Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 795 Bytes

CampaignLoyaltyCardExpirationRules.md

File metadata and controls

36 lines (20 loc) · 795 Bytes

CampaignLoyaltyCardExpirationRules

Properties

Name Type Description
periodType PeriodTypeEnum Type of period
periodValue Integer Value of the period
roundingType RoundingTypeEnum Type of rounding
roundingValue Integer Value of rounding

Enum: PeriodTypeEnum

Name Value
MONTH "MONTH"

Enum: RoundingTypeEnum

Name Value
END_OF_MONTH "END_OF_MONTH"
END_OF_QUARTER "END_OF_QUARTER"
END_OF_HALF_YEAR "END_OF_HALF_YEAR"
END_OF_YEAR "END_OF_YEAR"
PARTICULAR_MONTH "PARTICULAR_MONTH"