BookableEvent - Liquid Object Reference - 1.1.0
| Object Name | BookableEvent |
| Version | 1.1.0 |
Description
The BookableEvent object contains information about an event for a Bookable Product.
Attributes
| Attribute | Type | Description |
|---|---|---|
| data | Object | Returns a custom data object for this object |
| end_datetime | Timestamp | Returns the timestamp for when this event ends |
| id | String | Returns the unique id for this event |
| location | BookableLocation | Returns the BookableLocation for this event |
| single_day? | Boolean | Returns true if the start and end dates are on the same day |
| start_datetime | Timestamp | Returns the timestamp for when this event starts |
Objects that return BookableEvents
Back to Liquid Reference for 1.1.0
Back to Documentation