CeContactStoreFunctionGuestContact
An function guest contact in a continuing education contact store can be represented by either:
- A contact associated with the event, or
- A guest whose details are not captured as a
CeContactStoreContact
in EventsAir, but captured for the purposes of attending the function.
union CeContactStoreFunctionGuestContact = CeContactStoreContact | FunctionGuestDetails
Possible types
CeContactStoreFunctionGuestContact.CeContactStoreContact
object
Encapsulates information about a contact in EventsAir.
CeContactStoreFunctionGuestContact.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
CeContactStoreFunctionGuest
object