MembershipContactStoreFunctionGuest
A function guest of the function registration in a membership contact store.
type MembershipContactStoreFunctionGuest {
contact: MembershipContactStoreFunctionGuestContact!
createdAt: DateTime!
createdBy: String
id: ID!
isBookingContactOnly: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
order: NonNegativeInt!
ticketCollectedDate: DateTime
toBeConfirmed: Boolean!
}
Fields
MembershipContactStoreFunctionGuest.contact ● MembershipContactStoreFunctionGuestContact! non-null union
Details of the function guest. Either a MembershipContactStoreContact or a FunctionGuestDetails.
MembershipContactStoreFunctionGuest.createdAt ● DateTime! non-null scalar
The date and time the record was created.
MembershipContactStoreFunctionGuest.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
MembershipContactStoreFunctionGuest.id ● ID! non-null scalar
The unique identifier of the function guest.
MembershipContactStoreFunctionGuest.isBookingContactOnly ● Boolean! non-null scalar
Indicating if the function guest is a booking contact only and not attending the function.
MembershipContactStoreFunctionGuest.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
MembershipContactStoreFunctionGuest.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
MembershipContactStoreFunctionGuest.order ● NonNegativeInt! non-null scalar
The order of the function guest.
MembershipContactStoreFunctionGuest.ticketCollectedDate ● DateTime scalar
The date and time when the function guest's ticket was collected. Optional.
MembershipContactStoreFunctionGuest.toBeConfirmed ● Boolean! non-null scalar
Indicating if the function guest is to be confirmed.