Stores the amount of gift card credits to be applied.
| Name | Type | Description |
|---|---|---|
| balance | Integer | Available funds at the moment of validation. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. |
| credits | Integer | Total number of gift card credits to be applied. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. |