Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.98 KB

LoyaltyTiersExpirationAll.md

File metadata and controls

37 lines (21 loc) · 1.98 KB

LoyaltyTiersExpirationAll

Defines the Loyalty Tiers Expiration.

Properties

Name Type Description
qualificationType QualificationTypeEnum Tier qualification. `BALANCE`: Points balance is based on the customer's current points balance. Customers qualify for the tier if their points balance is in the points range of the tier. `POINTS_IN_PERIOD`: A customer qualifies for the tier only if the sum of the accumulated points in a defined time interval reaches the tier threshold.
qualificationPeriod QualificationPeriodEnum Customers can qualify for the tier if they collected enough points in a given time period. So, in addition to the customer having to reach a points range, they also need to have collected the points within a set time period.
startDate LoyaltyTiersExpirationAllStartDate
expirationDate LoyaltyTiersExpirationAllExpirationDate

Enum: QualificationTypeEnum

Name Value
BALANCE "BALANCE"
POINTS_IN_PERIOD "POINTS_IN_PERIOD"

Enum: QualificationPeriodEnum

Name Value
MONTH "MONTH"
QUARTER "QUARTER"
HALF_YEAR "HALF_YEAR"
YEAR "YEAR"