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 or credits 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 of a loyalty card. |
balance | Integer | The available points or credits on the card after the transaction as affected by redemption or rollback. |
operationType | OperationTypeEnum | The type of the operation being performed. The operation type is `AUTOMATIC` if it is an automatic redemption. |
relatedObject | LoyaltyCardTransactionDetailsBalanceRelatedObject |
Name | Value |
---|---|
LOYALTY_CARD | "loyalty_card" |
GIFT_VOUCHER | "gift_voucher" |
Name | Value |
---|---|
BALANCE | "balance" |
Name | Value |
---|---|
MANUAL | "MANUAL" |
AUTOMATIC | "AUTOMATIC" |