Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.44 KB

LoyaltyProgramBalance.md

File metadata and controls

15 lines (11 loc) · 1.44 KB

TalonOne.LoyaltyProgramBalance

Properties

Name Type Description Notes
currentBalance Number Sum of currently active points.
pendingBalance Number Sum of pending points.
negativeBalance Number Sum of negative points. This implies that `currentBalance` is `0`.
expiredBalance Number DEPRECATED Value is shown as 0.
spentBalance Number DEPRECATED Value is shown as 0.
tentativeCurrentBalance Number 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 Number 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]