Contains information on how the balance was affected by the transaction.
| Name | Type | Description |
|---|---|---|
| type | TypeEnum | The type of voucher whose balance is being adjusted due to the transaction. |
| total | Integer | The number of all points accumulated on the card as affected by add or subtract operations. |
| _object | ObjectEnum | The type of the object represented by the JSON. |
| points | Integer | Points added or subtracted in the transaction. |
| balance | Integer | The available points on the card after the transaction as affected by redemption or rollback. |
| relatedObject | VoucherTransactionDetailsBalanceRelatedObject |
| Name | Value |
|---|---|
| LOYALTY_CARD | "loyalty_card" |
| Name | Value |
|---|---|
| BALANCE | "balance" |