ExpensesWhereColumns
The valid fields by which expenses can be queried.
enum ExpensesWhereColumns {
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
ExpensesWhereColumns.ID
Expense's unique identifier.
ExpensesWhereColumns.NUMBER
The expense's number.
ExpensesWhereColumns.COMPANY
The expense's company.
ExpensesWhereColumns.PERSON
The expense's person.
ExpensesWhereColumns.STATUS
The expense's status.
ExpensesWhereColumns.EFFECTIVE_AT
Effective date of the expense.
ExpensesWhereColumns.DUE_AT
Due date of the expense.
ExpensesWhereColumns.CURRENCY
Currency of the expense.
ExpensesWhereColumns.DISCOUNT
Discount of the expense.
ExpensesWhereColumns.SUBTOTAL
Subtotal of the expense.
ExpensesWhereColumns.SUBTOTAL_EXCLUDING_TAX
Subtotal of the expense excluding tax.
ExpensesWhereColumns.TAX
Tax of the expense.
ExpensesWhereColumns.TOTAL
Total of the expense.
ExpensesWhereColumns.NOTES
The expense's notes.
ExpensesWhereColumns.CREATED_AT
The date and time when the expense was created.
ExpensesWhereColumns.UPDATED_AT
The date and time when the expense was last updated.
ExpensesWhereColumns.DELETED_AT
The date and time when the expense was deleted.
Member Of
ContactExpensesWhereWhereConditions
input ● ContractExpensesWhereWhereConditions
input ● LetterExpensesWhereWhereConditions
input ● ProjectExpensesWhereWhereConditions
input ● PropertyExpensesWhereWhereConditions
input ● QueryExpensesWhereWhereConditions
input ● TaskExpensesWhereWhereConditions
input