Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 923 Bytes

File metadata and controls

15 lines (10 loc) · 923 Bytes

# LoyaltyBalance

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]
negativePoints float Total amount of negative points. This implies that `activePoints` is `0`. [optional]

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