* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
108 lines
1.3 KiB
Markdown
108 lines
1.3 KiB
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Class: GiftCardTransaction
|
|
|
|
[internal](../modules/internal.md).GiftCardTransaction
|
|
|
|
## Properties
|
|
|
|
### amount
|
|
|
|
• **amount**: `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:9
|
|
|
|
___
|
|
|
|
### beforeInsert
|
|
|
|
• `Private` **beforeInsert**: `any`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:13
|
|
|
|
___
|
|
|
|
### created\_at
|
|
|
|
• **created\_at**: `Date`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:10
|
|
|
|
___
|
|
|
|
### gift\_card
|
|
|
|
• **gift\_card**: [`GiftCard`](internal.GiftCard.md)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:6
|
|
|
|
___
|
|
|
|
### gift\_card\_id
|
|
|
|
• **gift\_card\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:5
|
|
|
|
___
|
|
|
|
### id
|
|
|
|
• **id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:4
|
|
|
|
___
|
|
|
|
### is\_taxable
|
|
|
|
• **is\_taxable**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:11
|
|
|
|
___
|
|
|
|
### order
|
|
|
|
• **order**: [`Order`](internal.Order.md)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:8
|
|
|
|
___
|
|
|
|
### order\_id
|
|
|
|
• **order\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:7
|
|
|
|
___
|
|
|
|
### tax\_rate
|
|
|
|
• **tax\_rate**: ``null`` \| `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/gift-card-transaction.d.ts:12
|