GiftCardData
The GiftCardData model is used for most calls where multiple cards are passed. See Base Gift Card Model.
Parameter Name | Type | Description | Mandatory |
|---|---|---|---|
| Decimal | Total available amount in customer currency | |
| Decimal | Total available amount in gift card currency | |
| Decimal | Amount to redeem in gift card currency | |
| Decimal | Amount to redeem in gift user currency | |
| Dictionary<String, String> | Key value pairs of each field defined in the configuration | |
| Decimal | id of the card in the DB table on the Global‑e side | |
| String | User currency code (checkout currency) | |
| String | Code of the error | No |
| String | Error message | No |
| String | Gift card currency code | |
| Boolean | The refund status. TRUE - Refund was successfully applied to the gift card FALSE - Refund failed or there is no refund on the card | |
| String | The value that is set as a result of card redemption (should be provided by the platform) | |
| Decimal | The amount of refunded money in customer currency | |
| Decimal | The amount of refunded money in gift card currency |