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 | str | The type of voucher being modified. | [optional] |
| operation_type | str | The type of the operation being performed. | [optional] [default to 'MANUAL'] |
| object | str | The type of the object represented by JSON. Default is `balance`. | [optional] [default to 'balance'] |
| related_object | VouchersBalanceUpdateResponseBodyRelatedObject | [optional] |