Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 2.1 KB

LoyaltyProgramBalance.md

File metadata and controls

17 lines (14 loc) · 2.1 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.
NegativeBalance decimal Sum of negative points. This implies that `currentBalance` is `0`.
ExpiredBalance decimal DEPRECATED Value is shown as 0.
SpentBalance decimal DEPRECATED Value is shown as 0.
TentativeCurrentBalance decimal The tentative points balance, reflecting the `currentBalance` and all point additions and deductions within the current open customer session. When the session is closed, the effects are applied and the `currentBalance` is updated to this value. Note: Tentative balances are specific to the current session and do not take into account other open sessions for the given customer.
TentativePendingBalance decimal The tentative points balance, reflecting the `pendingBalance` and all point additions with a future activation date within the current open customer session. When the session is closed, the effects are applied and the `pendingBalance` is updated to this value. Note: Tentative balances are specific to the current session and do not take into account other open sessions for the given customer. [optional]
TentativeNegativeBalance decimal The tentative negative balance after all additions and deductions from the current customer session are applied to `negativeBalance`. When the session is closed, the tentative effects are applied and `negativeBalance` is updated to this value. Note: Tentative balances are specific to the current session and do not take into account other open sessions for the given customer.

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