Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 842 Bytes

LoyaltyBalance.md

File metadata and controls

13 lines (10 loc) · 842 Bytes

TalonOne.Model.LoyaltyBalance

Point balance of a ledger in the Loyalty Program.

Properties

Name Type Description Notes
ActivePoints decimal Total amount of points awarded to this customer and available to spend. [optional]
PendingPoints decimal Total amount of points awarded to this customer but not available until their start date. [optional]
SpentPoints decimal Total amount of points already spent by this customer. [optional]
ExpiredPoints decimal Total amount of points awarded but never redeemed. They cannot be used anymore. [optional]

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