FunctionGuestContact
A function guest contact can be represented by either:
- A contact associated to the event, or
- A guest whose details are not captured as a
Contact
in EventsAir record, 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