Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.23 KB

LedgerInfo.md

File metadata and controls

18 lines (13 loc) · 1.23 KB

# LedgerInfo

Properties

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

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