Information about a gift card transaction from the gift card service provider that reduces the balance of funds available from the card. For example, when the gift card is used for a purchase. The Toast platform uses this information to complete guests' gift card transactions.
currentBalance | number <double> The currency amount of the funds available from the gift card. |
redeemedValue | number <double> The currency amount of the funds that were redeemed from the
gift card. This value may be different than the
|
{- "currentBalance": 0,
- "redeemedValue": 0
}