> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ExperimentalAffiliateCommissionFinalized"
description: "Represents an affiliate commission that has reached its final state. This type implements the `ExperimentalAffiliateCommission` interface."
---

## Fields

***

<ParamField path="updatedAt" type={<a href="/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="/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="/api-reference/price">Price!</a>} required>
  The total commission generated from the order.
</ParamField>


---

*Powered by [holocron.so](https://holocron.so)*
