Defines a revenue specific to an Offer or Goal, for an Affiliate Tier.
| Name | Type | Description |
|---|---|---|
| affiliate_tier_id | Integer | The ID of the AffiliateTier that this Revenue is for. Affiliates in the referenced Tier are set to have this amount of revenue. |
| goal_id | Nullable Integer | The Goal this revenue 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 Revenue This parameter is non-writable |
| modified | Datetime | The last time this Affiliate Tier Revenue was modified |
| offer_id | Integer | The Offer this revenue 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. |
| revenue | Decimal | The flat rate/amount revenue. This is applicable depending on the "revenue_type" of the Offer (or Goal). |
| percent_revenue | Decimal | The percent revenue. This is applicable depending on the "revenue_type" of the Offer (or Goal). |