AffiliateLinkCommissionAmountStepDto
Represents the commission for a specific subscription renewal billing cycle. A step applies to its exact cycle - see the affiliate link's 'last_commission_amount_step_repeats' for what happens past the last step.
billing_cycle_sequenceintegerRequired
The billing cycle number this commission step applies to. Starts at 1 for the initial purchase.
commission_amountintegerRequired
The commission percentage for this cycle, in tenths of a percent (e.g., 125 = 12.5%).
Example
{
"billing_cycle_sequence": 0,
"commission_amount": 0
}