> ## 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.

# OfferDenominationType

> OfferDenominationType is the type of denomination of a specific offer.

**Enum**

OfferDenominationType is the type of denomination of a specific offer.

## Values

<ResponseField name="VARIABLE" type="enum value">
  VARIABLE means that the offer has a variable denomination.
</ResponseField>

<ResponseField name="FIXED" type="enum value">
  FIXED means that the offer has fixed value denominations.
</ResponseField>

<ResponseField name="VARIABLENOCENTS" type="enum value">
  VARIABLENOCENTS means that the offer has a variable denomination but the value must be an integer.
</ResponseField>
