<- Enum

Enum

InvoiceSortField

The field to use for sorting.

Link to section

Values

Link to section

INVOICE_SORT_DATE

The field works as follows:

  • If the invoice is a draft, it uses the invoice created_at date.
  • If the invoice is scheduled for publication, it uses the scheduled_at date.
  • If the invoice is published, it uses the invoice publication date.