Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.15 KB

LoyaltyProgramBalance.md

File metadata and controls

15 lines (12 loc) · 1.15 KB

TalonOne.Model.LoyaltyProgramBalance

The balance in a Loyalty Program for some Customer.

Properties

Name Type Description Notes
CurrentBalance decimal Sum of currently active points.
PendingBalance decimal Sum of pending points.
ExpiredBalance decimal DEPRECATED Value is shown as 0.
SpentBalance decimal DEPRECATED Value is shown as 0.
TentativeCurrentBalance decimal Sum of the tentative active points (including additions and deductions) inside the currently open session. The `currentBalance` is updated to this value when you close the session, and the effects are applied.
TentativePendingBalance decimal Sum of pending points (including additions and deductions) inside the currently open session. The `pendingBalance` is updated to this value when you close the session, and the effects are applied. [optional]

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