Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.14 KB

Tier.md

File metadata and controls

25 lines (14 loc) · 1.14 KB

Tier

Properties

Name Type Description Notes
id Integer The internal ID of the tier.
name String The name of the tier.
startDate OffsetDateTime Date and time when the customer moved to this tier. This value uses the loyalty program's time zone setting. [optional]
expiryDate OffsetDateTime Date when tier level expires in the RFC3339 format (in the Loyalty Program's timezone). [optional]
downgradePolicy DowngradePolicyEnum The policy that defines how customer tiers are downgraded in the loyalty program after tier reevaluation. - `one_down`: If the customer doesn't have enough points to stay in the current tier, they are downgraded by one tier. - `balance_based`: The customer's tier is reevaluated based on the amount of active points they have at the moment. [optional]

Enum: DowngradePolicyEnum

Name Value
ONE_DOWN "one_down"
BALANCE_BASED "balance_based"