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

# ExperimentalAffiliateCommissionFinalized

> Represents an affiliate commission that has reached its final state. This type implements the `ExperimentalAffiliateCommission` interface.

## Fields

***

<ParamField path="updatedAt" type={<><a href="/docs/api-reference/time">Time!</a></>} required>
  The timestamp of when the commission data was last updated, indicating finalization of the commission amount.
</ParamField>

<ParamField path="orderAmount" type={<><a href="/docs/api-reference/price">Price!</a></>} required>
  The total amount of the order as captured by the affiliate platform.
</ParamField>

<ParamField path="commissionAmount" type={<><a href="/docs/api-reference/price">Price!</a></>} required>
  The total commission generated from the order.
</ParamField>
