InvoiceSortField
Allowed fields for sorting invoice results.
enum InvoiceSortField {
CREATED_AT
TOTAL_EXCL
UPDATED_AT
FROM
TILL
}
Values
InvoiceSortField.CREATED_AT
The datetime at which the invoice has been created.
InvoiceSortField.TOTAL_EXCL
The total amount excluding VAT.
InvoiceSortField.UPDATED_AT
The datetime at which the invoice has been last updated.
InvoiceSortField.FROM
The start date for the period of the invoice.
InvoiceSortField.TILL
The end date for the period of the invoice.
Member Of
InvoiceSortInput input