Files
medusa-store/docs/content/references/entities/classes/GiftCardTransaction.md
Shahed Nasser a8293af8e1 fix: overlapping branch names for generated PRs of references (#2097)
* fix overlapping branch names of generated references

* regenerate references
2022-08-25 17:47:58 +03:00

2.3 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Class: GiftCardTransaction

Constructors

constructor

new GiftCardTransaction()

Properties

amount

amount: number

Defined in

models/gift-card-transaction.ts:40


created_at

created_at: Date

Defined in

models/gift-card-transaction.ts:43


gift_card

gift_card: GiftCard

Defined in

models/gift-card-transaction.ts:29


gift_card_id

gift_card_id: string

Defined in

models/gift-card-transaction.ts:25


id

id: string

Defined in

models/gift-card-transaction.ts:22


is_taxable

is_taxable: boolean

Defined in

models/gift-card-transaction.ts:46


order

order: Order

Defined in

models/gift-card-transaction.ts:37


order_id

order_id: string

Defined in

models/gift-card-transaction.ts:33


tax_rate

tax_rate: null | number

Defined in

models/gift-card-transaction.ts:49

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/gift-card-transaction.ts:51