* 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
54 lines
853 B
Markdown
54 lines
853 B
Markdown
# Class: AdminPostGiftCardsGiftCardReq
|
|
|
|
[internal](../modules/internal-8.md).AdminPostGiftCardsGiftCardReq
|
|
|
|
## Properties
|
|
|
|
### balance
|
|
|
|
• `Optional` **balance**: `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/gift-cards/update-gift-card.d.ts:47
|
|
|
|
___
|
|
|
|
### ends\_at
|
|
|
|
• `Optional` **ends\_at**: `Date`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/gift-cards/update-gift-card.d.ts:49
|
|
|
|
___
|
|
|
|
### is\_disabled
|
|
|
|
• `Optional` **is\_disabled**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/gift-cards/update-gift-card.d.ts:48
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• `Optional` **metadata**: `Record`<`string`, `unknown`\>
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/gift-cards/update-gift-card.d.ts:51
|
|
|
|
___
|
|
|
|
### region\_id
|
|
|
|
• `Optional` **region\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/gift-cards/update-gift-card.d.ts:50
|