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

Latest commit

 

History

History
14 lines (9 loc) · 686 Bytes

LoyaltyTierBase.md

File metadata and controls

14 lines (9 loc) · 686 Bytes

LoyaltyTierBase

Properties

Name Type Description Notes
name str Loyalty Tier name. [optional]
earning_rules object Contains a list of earning rule IDs and their points mapping for the given earning rule. [optional]
rewards object Contains a list of reward IDs and their points mapping for the given reward. [optional]
points LoyaltyTierBasePoints [optional]

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