ExpensesOrderByColumns
The valid fields by which expenses can be ordered.
enum ExpensesOrderByColumns {
ID
NUMBER
COMPANY
PERSON
STATUS
EFFECTIVE_AT
DUE_AT
CURRENCY
DISCOUNT
SUBTOTAL
SUBTOTAL_EXCLUDING_TAX
TAX
TOTAL
NOTES
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
ExpensesOrderByColumns.ID
Expense's unique identifier.
ExpensesOrderByColumns.NUMBER
The expense's number.
ExpensesOrderByColumns.COMPANY
The expense's company.
ExpensesOrderByColumns.PERSON
The expense's person.
ExpensesOrderByColumns.STATUS
The expense's status.
ExpensesOrderByColumns.EFFECTIVE_AT
Effective date of the expense.
ExpensesOrderByColumns.DUE_AT
Due date of the expense.
ExpensesOrderByColumns.CURRENCY
Currency of the expense.
ExpensesOrderByColumns.DISCOUNT
Discount of the expense.
ExpensesOrderByColumns.SUBTOTAL
Subtotal of the expense.
ExpensesOrderByColumns.SUBTOTAL_EXCLUDING_TAX
Subtotal of the expense excluding tax.
ExpensesOrderByColumns.TAX
Tax of the expense.
ExpensesOrderByColumns.TOTAL
Total of the expense.
ExpensesOrderByColumns.NOTES
The expense's notes.
ExpensesOrderByColumns.CREATED_AT
The date and time when the expense was created.
ExpensesOrderByColumns.UPDATED_AT
The date and time when the expense was last updated.
ExpensesOrderByColumns.DELETED_AT
The date and time when the expense was deleted.
Member Of
ContactExpensesOrderByOrderByClause
input ● ContractExpensesOrderByOrderByClause
input ● LetterExpensesOrderByOrderByClause
input ● ProjectExpensesOrderByOrderByClause
input ● PropertyExpensesOrderByOrderByClause
input ● QueryExpensesOrderByOrderByClause
input ● TaskExpensesOrderByOrderByClause
input