GiftCardTransaction
Gift Card Transactions are created once a Customer uses a Gift Card to pay for their Order.
Properties
amountnumberRequiredThe amount that was used from the Gift Card.
created_atDateRequiredThe date with timezone at which the resource was created.
The details of the gift card associated used in this transaction.
gift_card_idstringRequiredThe ID of the Gift Card that was used in the transaction.
idstringRequiredThe gift card transaction's ID
is_taxablebooleanRequiredWhether the transaction is taxable or not.
The details of the order that the gift card was used for payment.
order_idstringRequiredThe ID of the order that the gift card was used for payment.
tax_ratenull | numberRequiredThe tax rate of the transaction
Was this section helpful?