Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.53 KB

WaitlistEntry.md

File metadata and controls

18 lines (14 loc) · 1.53 KB

WaitlistEntry

Properties

Name Type Description Notes
class_date \DateTime The date of the class or enrollment. [optional]
class_id int The ID of the class or enrollment. [optional]
class_schedule \Swagger\Client\Model\ClassSchedule Contains information about the class schedule for this waiting list entry. [optional]
client \Swagger\Client\Model\Client Contains information about the requested client who is on the waiting list. [optional]
enrollment_date_forward \DateTime If the waiting list entry was created for an enrollment, this is the date on or after which the client can be added to the enrollment from the waitlist. [optional]
id int The ID of the waiting list entry. [optional]
request_date_time \DateTime The date and time that the request to be on the waiting list was made. [optional]
visit_ref_no int The ID of the visit that is associated with the waiting list entry. [optional]
web bool If `true`, the entry on the waiting list was requested online.<br /> If `false`, the entry on the waiting list was requested off-line, for example in person or by phone. [optional]

[Back to Model list] [Back to API list] [Back to README]