Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.45 KB

LoyaltySubLedger.md

File metadata and controls

19 lines (15 loc) · 1.45 KB

TalonOne.LoyaltySubLedger

Properties

Name Type Description Notes
total Number DEPRECATED Use `totalActivePoints` property instead. Total amount of currently active and available points in the customer's balance.
totalActivePoints Number Total amount of currently active and available points in the customer's balance.
totalPendingPoints Number Total amount of pending points, which are not active yet but will become active in the future.
totalSpentPoints Number Total amount of points already spent by this customer.
totalExpiredPoints Number Total amount of points, that expired without ever being spent.
transactions [LoyaltyLedgerEntry] List of all events that have happened such as additions, subtractions and expiries. [optional]
expiringPoints [LoyaltyLedgerEntry] List of all points that will expire. [optional]
activePoints [LoyaltyLedgerEntry] List of all currently active points. [optional]
pendingPoints [LoyaltyLedgerEntry] List of all points pending activation. [optional]
expiredPoints [LoyaltyLedgerEntry] List of expired points. [optional]
currentTier Tier [optional]