Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.45 KB

LoyaltyCardTransactionDetailsBalance.md

File metadata and controls

46 lines (26 loc) · 1.45 KB

LoyaltyCardTransactionDetailsBalance

Contains information on how the balance was affected by the transaction.

Properties

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

Enum: TypeEnum

Name Value
LOYALTY_CARD "loyalty_card"
GIFT_VOUCHER "gift_voucher"

Enum: ObjectEnum

Name Value
BALANCE "balance"

Enum: OperationTypeEnum

Name Value
MANUAL "MANUAL"
AUTOMATIC "AUTOMATIC"