Description
The Booking object represents an individual booking for a BookableEvent.
ℹ️ Note
This object supports custom data via the data attribute.
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 |
ends_at |
Timestamp | Returns the date and time when this Booking ends |
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 |
starts_at |
Timestamp | Returns the date and time when this Booking starts |
status |
String | Returns the status of this Booking |