The slot for the corresponding session, when the session is either a single session or a specific session generated from a recurring session.
Whether the slot is bookable. Bookability is determined by checking a session's open slots and booking policies. Locks are not taken into account.
Total number of spots for this slot.
For example, if a session has a total of 10 spots and 3 spots are booked,
spotsTotal
is 10 and openSpots
is 7.
Number of open spots for this slot.
An object describing the slot's waitlist and its occupancy.
Booking policy violations for the slot.
Indicates whether the slot is locked because a waitlist exists. When a slot frees up, the slot is offered to the next customer on the waitlist. Read-only.