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