SubscriptionLineCommissionSchema
annual_feenumber
annual_fee_invoice_datedatenullable
createdbynullable
createdby_idintegernullable
createddatedate-timenullable
exclude_annual_fee_from_invoiceboolean
When True, the annual fee is hidden from the invoice and the charge is not included in the invoice total.
exclude_fixed_from_invoiceboolean
When True, the monthly fixed fee is hidden from the invoice and the charge is not included in the invoice total.
exclude_pepm_addon_from_invoiceboolean
When True, the PEPM addon fee is hidden from the invoice and the charge is not included in the invoice total.
exclude_percent_from_invoiceboolean
When True, the calculated percent fee is hidden from the invoice and the charge is not included in the invoice total.
fixednumbernullable
idinteger
modifiedbynullable
modifiedby_idintegernullable
modifieddatedate-timenullable
parent_sales_entity_idintegernullable
payout_typestring
Possible values: <= 19 characters, [always, minimum_required, under_min_flat_rate, under_min_percent]
pepmnumbernullable
(Per Employee Per Month) Amount to compensate commissioned entity for each line.
pepm_addonnumbernullable
(Per Employee Per Month Addon) Added charge to each line to compensate commissioned entity.
percentnumbernullable
sales_entity_idintegernullable
service_item_idintegernullable
show_annual_fee_on_invoiceboolean
show_fixed_on_invoicebooleanrequired
show_pepm_addon_on_invoicebooleanrequired
show_percent_on_invoicebooleanrequired
subscription_line_idintegerrequired
under_min_flat_ratenumbernullable
under_min_percentnumbernullable
vendor_subscription_line_commissionsundefined[]
SubscriptionLineCommissionSchema
{
"annual_fee": 0,
"annual_fee_invoice_date": "2024-07-29",
"createdby_id": 0,
"createddate": "2024-07-29T15:51:28.071Z",
"exclude_annual_fee_from_invoice": true,
"exclude_fixed_from_invoice": true,
"exclude_pepm_addon_from_invoice": true,
"exclude_percent_from_invoice": true,
"fixed": 0,
"id": 0,
"modifiedby_id": 0,
"modifieddate": "2024-07-29T15:51:28.071Z",
"parent_sales_entity_id": 0,
"pepm": 0,
"pepm_addon": 0,
"percent": 0,
"sales_entity_id": 0,
"service_item_id": 0,
"show_annual_fee_on_invoice": true,
"show_fixed_on_invoice": true,
"show_pepm_addon_on_invoice": true,
"show_percent_on_invoice": true,
"subscription_line_id": 0,
"under_min_flat_rate": 0,
"under_min_percent": 0,
"vendor_subscription_line_commissions": [
null
]
}