Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.47 KB

LoyaltyTiersExpirationAllExpirationDateRounding.md

File metadata and controls

46 lines (26 loc) · 1.47 KB

LoyaltyTiersExpirationAllExpirationDateRounding

Defines the rounding mechanism for tier expiration.

Properties

Name Type Description Notes
type TypeEnum This mechanism describes a custom rounding for the expiration date. [optional]
strategy StrategyEnum This mechanism describes a rounding strategy for the expiration date. [optional]
unit UnitEnum Defines the type of unit of time in which the rounding period is counted. [optional]
value Integer Value for the unit of time that the rounding applies to. Units for this parameter are defined by the `rounding.unit` parameter. - `0`: January - `1`: February - `2`: March - `3`: April - `4`: May - `5`: June - `6`: July - `7`: August - `8`: September - `9`: October - `10`: November - `11`: December [optional]

Enum: TypeEnum

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

Enum: StrategyEnum

Name Value
START "START"
END "END"

Enum: UnitEnum

Name Value
MONTH "MONTH"