BookingAttendee - Liquid Object Reference - 0.11.6
| Object Name | BookingAttendee |
| Version | 0.11.6 |
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 |
| 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 0.11.6
Back to Documentation