Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 726 Bytes

SimpleLoyaltyCard.md

File metadata and controls

16 lines (10 loc) · 726 Bytes

SimpleLoyaltyCard

Simplified loyalty card data.

Properties

Name Type Description Notes
points int Total points incurred over the lifespan of the loyalty card. [optional]
balance int Points available for reward redemption. [optional]
next_expiration_date str The next closest date when the next set of points are due to expire. [optional]
next_expiration_points int The amount of points that are set to expire next. [optional]

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