Skip to main content

MembershipContactStoreFunctionGuestContact

An function guest contact in a membership education contact store can be represented by either:

  • A contact associated with the event, or
  • A guest whose details are not captured as a MembershipContactStoreContact in EventsAir, but captured for the purposes of attending the function.
union MembershipContactStoreFunctionGuestContact = FunctionGuestDetails | MembershipContactStoreContact

Possible types

MembershipContactStoreFunctionGuestContact.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.

MembershipContactStoreFunctionGuestContact.MembershipContactStoreContact object

Encapsulates information about a contact in EventsAir.

Member Of

MembershipContactStoreFunctionGuest object