ContractTypesWhereColumns
The valid fields by which contract types can be queried.
enum ContractTypesWhereColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
ContractTypesWhereColumns.ID
Contract types's unique identifier.
ContractTypesWhereColumns.NAME
The contract type's name.
ContractTypesWhereColumns.CREATED_AT
The date and time when the contract type was created.
ContractTypesWhereColumns.UPDATED_AT
The date and time when the contract type was last updated.
ContractTypesWhereColumns.DELETED_AT
The date and time when the contract type was deleted.