Skip to content

AppointmentTypeOrderKeys

Appointment Type sorting enum

Used By

Definition

"""
Appointment Type sorting enum
"""
enum AppointmentTypeOrderKeys {
"""
Sort ascending by the manual order set for Appointment Types on the list
"""
POSITION_ASC
"""
Sort descending by the manual order set for Appointment Types on the list
"""
POSITION_DESC
CREATED_AT_ASC
CREATED_AT_DESC
UPDATED_AT_ASC
UPDATED_AT_DESC
}