| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The gift card transaction's ID | |
| giftCardId | String | The ID of the Gift Card that was used in the transaction. | |
| giftCard | Object | A gift card object. Available if the relation `gift_card` is expanded. | [optional] |
| orderId | String | The ID of the Order that the Gift Card was used to pay for. | |
| order | Object | An order object. Available if the relation `order` is expanded. | [optional] |
| amount | Integer | The amount that was used from the Gift Card. | |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| isTaxable | Boolean | Whether the transaction is taxable or not. | |
| taxRate | BigDecimal | The tax rate of the transaction |