BookingTimeSlot - Liquid Object Reference - 1.0.0
| Object Name | BookingTimeSlot | 
| Version | 1.0.0 | 
Description
The BookingTimeSlot object contains information about a time slot for a given date and ProductBookableLocation.
Attributes
| Attribute | Type | Description | 
|---|---|---|
| available | Number | Returns the number of Bookings that can be made for this BookingTimeSlot | 
| booked | Number | Returns the number of Bookings that have been made for this BookingTimeSlot | 
| data | Object | Returns a custom data object for this object | 
| ends_at | Timestamp | Returns the end time for this BookingTimeSlot | 
| full? | Boolean | Returns true if this BookingTimeSlot is full | 
| starts_at | Timestamp | Returns the start time for this BookingTimeSlot | 
| total | Number | Returns the total number of Bookings that can be made for this BookingTimeSlot | 
| unlimited? | Boolean | Returns true if this BookingTimeSlot has unlimited capacity | 
Objects that return BookingTimeSlots
Back to Liquid Reference for 1.0.0
Back to Documentation