Stores the amount of gift card credits to be applied.
| Name | Type | Description | Notes |
|---|---|---|---|
| balance | int | 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`. | [optional] |
| credits | int | 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`. | [optional] |