Skip to content

invoice

The mother agency commission invoice.

ACCESS

Directly accessible in:

Mother Agency Invoice

Example

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 string
invoice_date datetime

Use with the Liquid date filter to format.

period_start datetime

Start of the commission period. Use with the Liquid date filter to format.

period_end datetime

End of the commission period. Use with the Liquid date filter to format.

invoice_note string
notes string
subtotal string

Pre-tax subtotal. Only present when taxes is non-empty. Use with money_without_currency filter.

total string

Total amount due. Use with money_without_currency filter.

taxes array

Tax line items. Only present when taxes apply.

name string
amount string

Use with money_without_currency filter.

models array

Commission line items, one per model.

model_display_name string
description string
amount string