Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.74 KB

LoyaltySubLedger.md

File metadata and controls

21 lines (16 loc) · 1.74 KB

# LoyaltySubLedger

Properties

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

[Back to Model list] [Back to API list] [Back to README]