AdminPostGiftCardsGiftCardReq
The details to update of the gift card.
Properties
balance
numberThe value (excluding VAT) that the Gift Card should represent.
is_disabled
booleanWhether the Gift Card is disabled on creation. If set to
true
, the gift card will not be available for customers.ends_at
null | DateThe date and time at which the Gift Card should no longer be available.
region_id
stringThe ID of the Region in which the Gift Card can be used.
metadata
Record<string, unknown>An optional set of key-value pairs to hold additional information.
Was this section helpful?