> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# CloDetails

> [CLO Only] Contains specific details about rates and periods for a Card Linked Offer.

**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

<ResponseField name="currentRateType" type="CloRateTypeEnum!">
  The type of rate currently active (REGULAR or PROMO) based on evaluation of all periods against the current time.
</ResponseField>

<ResponseField name="regularRate" type="Float">
  The standard reward rate (%) for the offer.
</ResponseField>

<ResponseField name="promoRate" type="Float">
  The promotional reward rate (%) potentially active during a PROMO period.
</ResponseField>

<ResponseField name="promoBaseRate" type="Float">
  The reward rate (%) applied during a PROMO period *after* the promoMaxCap is exceeded.
</ResponseField>

<ResponseField name="promoMaxCap" type="Float">
  The maximum purchase amount up to which the promoRate applies during a PROMO period.
</ResponseField>

<ResponseField name="applyPromoBaseRateAfterCap" type="Boolean">
  If true, the promoBaseRate applies to the purchase amount exceeding the promoMaxCap during a PROMO period.
</ResponseField>

<ResponseField name="minimumPurchaseAmount" type="Float">
  The minimum purchase amount required to qualify for the CLO reward, if any.
</ResponseField>

<ResponseField name="activePeriodStartDate" type="String">
  The start date (YYYY-MM-DD) of the *currently active* offer period, if any.
</ResponseField>

<ResponseField name="activePeriodEndDate" type="String">
  The end date (YYYY-MM-DD) of the *currently active* offer period, if any.
</ResponseField>

<ResponseField name="periods" type="[CloPeriod!]!">
  List of all defined periods for this offer's rates (past, present, future).
</ResponseField>
