| Name | Type | Description | Notes |
|---|---|---|---|
| percentage | string | Level 1 percentage to be paid for commission (0-100). This will be set for the Sale. This is deprecated for `level_1` | [optional] |
| unused | \Keap\Core\V2\Model\CommissionItemRequest | Payout rules for any unused commissions. | [optional] |
| dollar_amount | string | Level 1 fixed dollar amount to be paid for commission. This will be set for the Sale. This is deprecated for `level_1` | [optional] |
| level_1 | \Keap\Core\V2\Model\CommissionItemRequest | Payout rules for Level 1 recipients of the commission. | [optional] |
| level_2 | \Keap\Core\V2\Model\CommissionItemRequest | Payout rules for Level 2 recipients of the commission. | [optional] |
| payout_type | string | The payout type for this commission. | [optional] [default to 'UPFRONT'] |
| product_id | string | Product ID to assign commission |