BookingAttendee - Liquid Object Reference - 1.0.0
| Object Name | BookingAttendee | 
| Version | 1.0.0 | 
Description
The BookingAttendee object represents the details of single Contact attending a BookableEvent via a Booking.
Attributes
| Attribute | Type | Description | 
|---|---|---|
| attended? | Boolean | Returns true if the attendee did attend the BookableEvent via the associated Booking | 
| booking | Booking | Returns the Booking associated with this BookingAttendee | 
| contact | Contact | Returns the Contact associated with this BookingAttendee | 
| data | Object | Returns a custom data object for this object | 
| String | Returns the email address of this BookingAttendee | |
| first_name | String | Returns the first name of this BookingAttendee | 
| id | String | Returns the unique id for this BookingAttendee | 
| is_contact? | Boolean | Returns true if the attendee is the same as the Order Contact | 
| last_name | String | Returns the last name of this BookingAttendee | 
| phone | String | Returns the phone number for this BookingAttendee | 
Objects that return BookingAttendees
Back to Liquid Reference for 1.0.0
Back to Documentation