Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.13 KB

LoyaltyProgramBalance.md

File metadata and controls

16 lines (12 loc) · 1.13 KB

LoyaltyProgramBalance

The balance in a Loyalty Program for some Customer.

Properties

Name Type Description Notes
current_balance float Sum of currently active points.
pending_balance float Sum of pending points.
expired_balance float DEPRECATED Value is shown as 0.
spent_balance float DEPRECATED Value is shown as 0.
tentative_current_balance float 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.
tentative_pending_balance float 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]