* added reference for JS Client * added reference for JS Client * added reference for JS Client
88 lines
1.2 KiB
Markdown
88 lines
1.2 KiB
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Class: GiftCardTransaction
|
|
|
|
[internal](../modules/internal.md).GiftCardTransaction
|
|
|
|
## Properties
|
|
|
|
### amount
|
|
|
|
• **amount**: `number`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:9
|
|
|
|
___
|
|
|
|
### beforeInsert
|
|
|
|
• `Private` **beforeInsert**: `any`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:11
|
|
|
|
___
|
|
|
|
### created\_at
|
|
|
|
• **created\_at**: [`Date`](../modules/internal.md#date)
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:10
|
|
|
|
___
|
|
|
|
### gift\_card
|
|
|
|
• **gift\_card**: [`GiftCard`](internal.GiftCard.md)
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:6
|
|
|
|
___
|
|
|
|
### gift\_card\_id
|
|
|
|
• **gift\_card\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:5
|
|
|
|
___
|
|
|
|
### id
|
|
|
|
• **id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:4
|
|
|
|
___
|
|
|
|
### order
|
|
|
|
• **order**: [`Order`](internal.Order.md)
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:8
|
|
|
|
___
|
|
|
|
### order\_id
|
|
|
|
• **order\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/gift-card-transaction.d.ts:7
|