Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 830 Bytes

RedeemableLoyaltyCard.md

File metadata and controls

13 lines (10 loc) · 830 Bytes

# RedeemableLoyaltyCard

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]
exchange_ratio float The cash equivalent of the points defined in the points_ratio property. [optional]
points_ratio int The number of loyalty points that will map to the predefined cash amount defined by the exchange_ratio property. [optional]
transfers \OpenAPI\Client\Model\LoyaltiesTransferPoints[] [optional]

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