Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.24 KB

LedgerInfo.md

File metadata and controls

20 lines (13 loc) · 1.24 KB

LedgerInfo

The balance in a Loyalty Program for some Customer.

Properties

Name Type Description Notes
currentBalance BigDecimal Sum of currently active points.
pendingBalance BigDecimal Sum of pending points.
expiredBalance BigDecimal DEPRECATED Value is shown as 0.
spentBalance BigDecimal DEPRECATED Value is shown as 0.
tentativeCurrentBalance BigDecimal 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 BigDecimal 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]
currentTier Tier [optional]
pointsToNextTier BigDecimal Points required to move up a tier. [optional]