Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.04 KB

VoucherTransactionDetailsBalance.md

File metadata and controls

35 lines (19 loc) · 1.04 KB

VoucherTransactionDetailsBalance

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 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

Enum: TypeEnum

Name Value
LOYALTY_CARD "loyalty_card"

Enum: ObjectEnum

Name Value
BALANCE "balance"