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

Latest commit

 

History

History
12 lines (9 loc) · 802 Bytes

LoyaltyTierBase.md

File metadata and controls

12 lines (9 loc) · 802 Bytes

# LoyaltyTierBase

Properties

Name Type Description Notes
name string Loyalty Tier name. [optional]
earning_rules array<string,\OpenAPI\Client\Model\MappingPoints> Contains a list of earning rule IDs and their points mapping for the given earning rule. [optional]
rewards array<string,\OpenAPI\Client\Model\MappingPoints> Contains a list of reward IDs and their points mapping for the given reward. [optional]
points \OpenAPI\Client\Model\LoyaltyTierBasePoints [optional]

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