BookableEvent - Liquid Object Reference - 0.10.11
| Object Name | BookableEvent |
| Version | 0.10.11 |
Description
The BookableEvent object contains information about an event for a Bookable Product.
Attributes
| Attribute | Type | Description |
|---|---|---|
| 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 0.10.11
Back to Documentation