FunctionGuestContact
An function guest contact in an event can be represented by either:
- A contact associated with the event, or
- A guest whose details are not captured as a
Contactin EventsAir, but captured for the purposes of attending the function.
union FunctionGuestContact = Contact | FunctionGuestDetails
Possible types
FunctionGuestContact.Contact object
Encapsulates information about a contact in EventsAir.
FunctionGuestContact.FunctionGuestDetails object
Details of the function guest.
These details are not captured in an EventsAir Contact record, but captured for the purposes of attending a function.
Member Of
FunctionGuest object