GiftCardTransaction
Gift Card Transactions are created once a Customer uses a Gift Card to pay for their Order.
Properties
id
stringRequiredThe gift card transaction's ID
gift_card_id
stringRequiredThe ID of the Gift Card that was used in the transaction.
The details of the gift card associated used in this transaction.
order_id
stringRequiredThe ID of the order that the gift card was used for payment.
The details of the order that the gift card was used for payment.
amount
numberRequiredThe amount that was used from the Gift Card.
created_at
DateRequiredThe date with timezone at which the resource was created.
is_taxable
booleanRequiredWhether the transaction is taxable or not.
tax_rate
null | numberRequiredThe tax rate of the transaction
Was this section helpful?