ContractsWhereColumns
The valid fields by which contracts can be queried.
enum ContractsWhereColumns {
ID
PARENT_ID
NUMBER
NAME
TYPE
EXTERNAL_CODE
IS_NOTARIZED
FILES_PATH
STATUS
DESCRIPTION
NOTES @deprecated
SIGNED_AT
START_AT
DUE_AT
COMPLETED_AT
WARRANTY_DUE_AT
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
ContractsWhereColumns.ID
Contract's unique identifier.
ContractsWhereColumns.PARENT_ID
The contract's parent contract.
ContractsWhereColumns.NUMBER
The contract's number.
ContractsWhereColumns.NAME
The contract's name.
ContractsWhereColumns.TYPE
The contract's type.
ContractsWhereColumns.EXTERNAL_CODE
The contract's external code.
ContractsWhereColumns.IS_NOTARIZED
Whether the easement has been notarized.
ContractsWhereColumns.FILES_PATH
The contract's files path.
ContractsWhereColumns.STATUS
The contract's status.
ContractsWhereColumns.DESCRIPTION
The contract's description.
ContractsWhereColumns.NOTES
deprecated
DEPRECATED
Use DESCRIPTION
instead
The contract's notes.
ContractsWhereColumns.SIGNED_AT
Signed date of the contract.