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

---
title: "ExperimentalAffiliateCommissionConfirmed"
description: "Represents an affiliate commission that has been confirmed by the affiliate network. 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 confirmation by the network.
</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)*
