Contains information on how the balance was affected by the transaction.
Name | Type | Description | Notes |
---|---|---|---|
type | str | The type of voucher whose balance is being adjusted due to the transaction. | [optional] [default to 'loyalty_card'] |
total | int | The number of all points accumulated on the card as affected by add or subtract operations. | [optional] |
object | str | The type of the object represented by the JSON. | [optional] [default to 'balance'] |
points | int | Points added or subtracted in the transaction. | [optional] |
balance | int | The available points on the card after the transaction as affected by redemption or rollback. | [optional] |
related_object | LoyaltyCardTransactionDetailsBalanceRelatedObject | [optional] |