Skip to main content

FunctionGuestDetails

Details of the function guest.

These details are not captured in an EventsAir Contact record, but captured for the purposes of attending a function.

type FunctionGuestDetails {
email: String
firstName: String
lastName: String
organization: String
position: String
title: String
}

Fields​

FunctionGuestDetails.email ● String scalar​

The email address of the guest. Optional.

FunctionGuestDetails.firstName ● String scalar​

The first name of the guest. Optional.

FunctionGuestDetails.lastName ● String scalar​

The last name of the guest. Optional.

FunctionGuestDetails.organization ● String scalar​

The organization of the guest. Optional.

FunctionGuestDetails.position ● String scalar​

The position of the guest. Optional.

FunctionGuestDetails.title ● String scalar​

The title of the guest. Optional.

Implemented By​

CeContactStoreFunctionGuestContact union ● FunctionGuestContact union ● MembershipContactStoreFunctionGuestContact union