Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.08 KB

File metadata and controls

15 lines (11 loc) · 1.08 KB

Voucherify.Model.RedeemableLoyaltyCard

Redeemable loyalty card object response

Properties

Name Type Description Notes
Points int? Total number of points added to the loyalty card over its lifespan. [optional]
Balance int? Points available for reward redemption. This is calculated as follows: `balance` = `points` - `expired_points` - `subtracted_points` - `redemption.redeemed_points`. [optional]
ExchangeRatio decimal? The cash equivalent of the points defined in the points_ratio property. [optional]
PointsRatio int? The number of loyalty points that will map to the predefined cash amount defined by the exchange_ratio property. [optional]
Transfers List<LoyaltiesTransferPoints> [optional]

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