Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.22 KB

LedgerInfo.md

File metadata and controls

16 lines (13 loc) · 1.22 KB

TalonOne.Model.LedgerInfo

Properties

Name Type Description Notes
CurrentBalance decimal Sum of currently active points.
PendingBalance decimal Sum of pending points.
ExpiredBalance decimal DEPRECATED Value is shown as 0.
SpentBalance decimal DEPRECATED Value is shown as 0.
TentativeCurrentBalance decimal 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 decimal 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 decimal Points required to move up a tier. [optional]

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