Appearance
invoice
The mother agency commission invoice.
ACCESS
Directly accessible in:
Mother Agency InvoiceExample
json
{
"invoice_number": "INV-0042",
"invoice_date": "2025-01-31 12:00:00",
"period_start": "2025-01-01 00:00:00",
"period_end": "2025-01-31 00:00:00",
"invoice_note": null,
"notes": null,
"subtotal": "1350.00",
"total": "1500.00",
"taxes": [{
"name": "GST",
"amount": "150.00"
}],
"models": [{
"model_display_name": "Sarah Jones",
"description": "15% commission on Day Rate",
"amount": "225.00"
}]
}Properties
invoice_number
stringinvoice_date
datetimeUse with the Liquid date filter to format.
period_start
datetimeStart of the commission period. Use with the Liquid date filter to format.
period_end
datetimeEnd of the commission period. Use with the Liquid date filter to format.
invoice_note
stringnotes
stringsubtotal
stringPre-tax subtotal. Only present when taxes is non-empty. Use with money_without_currency filter.
total
stringTotal amount due. Use with money_without_currency filter.
taxes
arrayTax line items. Only present when taxes apply.
name
stringamount
stringUse with money_without_currency filter.
models
arrayCommission line items, one per model.
model_display_name
stringdescription
stringamount
string