Skip to main content

CeContactStoreFunctionGuest

A function guest of the function registration in a continuing education contact store.

type CeContactStoreFunctionGuest {
contact: CeContactStoreFunctionGuestContact!
createdAt: DateTime!
createdBy: String
id: ID!
isBookingContactOnly: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
order: NonNegativeInt!
ticketCollectedDate: DateTime
toBeConfirmed: Boolean!
}

Fields

CeContactStoreFunctionGuest.contact ● CeContactStoreFunctionGuestContact! non-null union

Details of the function guest. Either a CeContactStoreContact or a FunctionGuestDetails.

CeContactStoreFunctionGuest.createdAt ● DateTime! non-null scalar

The date and time the record was created.

CeContactStoreFunctionGuest.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

CeContactStoreFunctionGuest.id ● ID! non-null scalar

The unique identifier of the function guest.

CeContactStoreFunctionGuest.isBookingContactOnly ● Boolean! non-null scalar

Indicating if the function guest is a booking contact only and not attending the function.

CeContactStoreFunctionGuest.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

CeContactStoreFunctionGuest.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

CeContactStoreFunctionGuest.order ● NonNegativeInt! non-null scalar

The order of the function guest.

CeContactStoreFunctionGuest.ticketCollectedDate ● DateTime scalar

The date and time when the function guest's ticket was collected. Optional.

CeContactStoreFunctionGuest.toBeConfirmed ● Boolean! non-null scalar

Indicating if the function guest is to be confirmed.

Member Of

CeContactStoreFunctionRegistration object