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