ExhibitionPreferences
Represents the exhibition preferences set by the event organizer.
type ExhibitionPreferences {
allowBookingWithoutStandNumber: Boolean!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
paymentStatuses: [PaymentStatus!]!
}
Fields
ExhibitionPreferences.allowBookingWithoutStandNumber
● Boolean!
non-null scalar
Indicates whether an exhibition can be booked without requiring a specific stand number. If this value is true
then the exhibition may
have either standType
or standNumber
set, but not both. If this value is false
then the exhibition must have a standNumber
specified.
ExhibitionPreferences.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
ExhibitionPreferences.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
ExhibitionPreferences.id
● ID!
non-null scalar
The unique identifier for the exhibition preferences.
ExhibitionPreferences.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
ExhibitionPreferences.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
ExhibitionPreferences.paymentStatuses
● [PaymentStatus!]!
non-null enum
A list of valid payment statuses for this exhibition.
Member Of
ExhibitionSetup
object