Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 571 Bytes

File metadata and controls

12 lines (8 loc) · 571 Bytes

Voucherify.Model.CustomerSummaryRedemptionsLoyaltyCard

Summary of loyalty points.

Properties

Name Type Description Notes
RedeemedPoints int? Total number of loyalty points redeemed by the customer. [optional]
PointsToGo int? Sum of remaining available point balance across all loyalty cards. [optional]

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