Booking - Liquid Object Reference - 1.1.0
| Object Name | Booking |
| Version | 1.1.0 |
Description
The Booking object represents an individual booking for a BookableEvent.
Attributes
| Attribute | Type | Description |
|---|---|---|
| account | Account | Returns the Account associated with this Booking |
| already_started? | Boolean | Returns true if the start time of the BookableEvent has already past |
| attendees | List[BookingAttendee] | Returns a list of Attendees for this Booking |
| bookable_event | BookableEvent | Returns the BookableEvent associated with this Booking |
| contact | Contact | Returns the Contact associated with this Booking |
| data | Object | Returns a custom data object for this object |
| event_details | String | Returns the BookableEvent’s description |
| id | String | Returns the unique id this Booking |
| max_attendees | Number | Returns the maximum number of attendees for this Booking |
| order_item | OrderItem | Returns the OrderItem associated with this Booking |
| status | String | Returns the status of this Booking |
Objects that return Bookings
Back to Liquid Reference for 1.1.0
Back to Documentation