Response body schema for vouchers/{code}/balance.
| Name | Type | Description | Notes |
|---|---|---|---|
| Amount | int? | The incremental amount added (positive integer) or subtracted (negative integer) to the current balance on the gift card or loyalty card. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. | [optional] |
| Total | int? | Total income incurred over the lifespan of the gift card or loyalty card. | [optional] |
| Balance | int? | The balance after adding or subtracting a specified amount. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. | [optional] |
| Type | string | The type of voucher being modified. | [optional] |
| OperationType | string | The type of the operation being performed. | [optional] |
| Object | string | The type of the object represented by JSON. Default is `balance`. | [optional] |
| RelatedObject | VouchersBalanceUpdateResponseBodyRelatedObject | [optional] |