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

# ExperimentalAffiliateCommissionRateFixed

> Specifies a fixed commission rate including the amount in cents and the currency.

## Fields

***

<ParamField path="amountCents" type={<>Int!</>} required>
  The fixed commission amount in cents.
</ParamField>

<ParamField path="currency" type={<><a href="/docs/api-reference/currency">Currency!</a></>} required>
  The currency in which the commission is paid.
</ParamField>
