QuotesWhereColumns
The valid fields by which quotes can be queried.
enum QuotesWhereColumns {
ID
NUMBER
CLIENT
PERSON
ISSUER
STATUS
EFFECTIVE_AT
DUE_AT
PRICE_LIST
CURRENCY
DISCOUNT
SUBTOTAL
SUBTOTAL_EXCLUDING_TAX
TAX
TOTAL
NOTES
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
QuotesWhereColumns.ID
Quote's unique identifier.
QuotesWhereColumns.NUMBER
The quote's number.
QuotesWhereColumns.CLIENT
The quote's client.
QuotesWhereColumns.PERSON
The quote's person.
QuotesWhereColumns.ISSUER
The quote's issuer.
QuotesWhereColumns.STATUS
The quote's status.
QuotesWhereColumns.EFFECTIVE_AT
Effective date of the quote.
QuotesWhereColumns.DUE_AT
Due date of the quote.
QuotesWhereColumns.PRICE_LIST
Price list of the quote.
QuotesWhereColumns.CURRENCY
Currency of the quote.
QuotesWhereColumns.DISCOUNT
Discount of the quote.
QuotesWhereColumns.SUBTOTAL
Subtotal of the quote.
QuotesWhereColumns.SUBTOTAL_EXCLUDING_TAX
Subtotal of the quote excluding tax.
QuotesWhereColumns.TAX
Tax of the quote.
QuotesWhereColumns.TOTAL
Total of the quote.
QuotesWhereColumns.NOTES
The quote's notes.
QuotesWhereColumns.CREATED_AT
The date and time when the quote was created.
QuotesWhereColumns.UPDATED_AT
The date and time when the quote was last updated.
QuotesWhereColumns.DELETED_AT
The date and time when the quote was deleted.
Member Of
ContactQuotesWhereWhereConditions
input ● ContractQuotesWhereWhereConditions
input ● LetterQuotesWhereWhereConditions
input ● ProjectQuotesWhereWhereConditions
input ● PropertyQuotesWhereWhereConditions
input ● QueryQuotesWhereWhereConditions
input ● TaskQuotesWhereWhereConditions
input