Defines a payout specific to an Offer or Goal, for an Affiliate Tier.
| Name | Type | Description |
|---|---|---|
| affiliate_tier_id | Integer | The ID of the AffiliateTier that this Payout is for. Affiliates in the referenced Tier will receive this payout. |
| goal_id | Nullable Integer | The Goal this payout is for, if it should apply to a Goal instead of the Offer |
| id | Integer | ID of unique, auto-generated object for this Affiliate Tier Payout This parameter is non-writable |
| modified | Datetime | The last time this Affiliate Tier Payout was modified |
| offer_id | Integer | The Offer this payout amount is defined for. If a "goal_id" is provided, the "offer_id" is not required as it will be looked up and stored automatically. |
| payout | Decimal | The flat rate/amount paid out. This is applicable depending on the "payout_type" of the Offer (or Goal). |
| percent_payout | Decimal | The percent paid out. This is applicable depending on the "payout_type" of the Offer (or Goal). |