Description
The BookingAttendee object represents the details of single Contact attending a BookableEvent via a Booking.
ℹ️ Note
This object supports custom data via the data attribute.
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 |
email |
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 |