Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

LoyaltyBalanceWithTier.md

File metadata and controls

18 lines (13 loc) · 1.14 KB

# LoyaltyBalanceWithTier

Properties

Name Type Description Notes
activePoints float Total amount of points awarded to this customer and available to spend. [optional]
pendingPoints float Total amount of points awarded to this customer but not available until their start date. [optional]
spentPoints float Total amount of points already spent by this customer. [optional]
expiredPoints float Total amount of points awarded but never redeemed. They cannot be used anymore. [optional]
currentTier \TalonOne\Client\Model\Tier [optional]
projectedTier \TalonOne\Client\Model\ProjectedTier [optional]
pointsToNextTier float The number of points required to move up a tier. [optional]
nextTierName string The name of the tier consecutive to the current tier. [optional]

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