purchasedGiftCardDetails
amountnumber
This is the amount of the gift card, in minor units.
Possible values: <= 99999999999
Example:
1234
countnumber
This is the total count of individual prepaid or gift cards or codes purchased.
Possible values: <= 99
Example:
2
currencystring
This is the currency of the gift card, e.g., USD or CAD. See Currency Codes
Example:
USD
purchasedGiftCardDetails
{
"amount": 1234,
"count": 2,
"currency": "USD"
}