Skip to main content
Object [CLO Only] Contains specific details about rates and periods for a Card Linked Offer. This object is null for non-CLO offer types.

Fields

CloRateTypeEnum!
The type of rate currently active (REGULAR or PROMO) based on evaluation of all periods against the current time.
Float
The standard reward rate (%) for the offer.
Float
The promotional reward rate (%) potentially active during a PROMO period.
Float
The reward rate (%) applied during a PROMO period after the promoMaxCap is exceeded.
Float
The maximum purchase amount up to which the promoRate applies during a PROMO period.
Boolean
If true, the promoBaseRate applies to the purchase amount exceeding the promoMaxCap during a PROMO period.
Float
The minimum purchase amount required to qualify for the CLO reward, if any.
String
The start date (YYYY-MM-DD) of the currently active offer period, if any.
String
The end date (YYYY-MM-DD) of the currently active offer period, if any.
[CloPeriod!]!
List of all defined periods for this offer’s rates (past, present, future).