Skip to main content

ExhibitionPreferences

Represents the exhibition preferences set by the event organizer.

type ExhibitionPreferences {
additionalChargesEnabled: Boolean!
allowBookingWithoutStandNumber: Boolean!
brochuresEnabled: Boolean!
cancelationAmounts: [Money!]!
cancelationTaxes: [TaxItem!]!
checklistEnabled: Boolean!
companyLogoEnabled: Boolean!
createdAt: DateTime!
createdBy: String
creditHours: Float!
documentsEnabled: Boolean!
id: ID!
incomeAccount: Account!
lastModifiedAt: DateTime!
lastModifiedBy: String
logoHeight: NonNegativeInt
logoWidth: NonNegativeInt
measurementSystem: MeasurementSystem!
nameBadgesEnabled: Boolean!
netTargetRevenue: Float!
paymentSchedule: [PercentagePaymentScheduleItem!]!
paymentScheduleEnabled: Boolean!
paymentStatuses: [PaymentStatus!]!
positionPreferenceEnabled: Boolean!
profileEnabled: Boolean!
signageInstructionsEnabled: Boolean!
standSignageEnabled: Boolean!
taxes: [TaxItem!]!
}

Fields

ExhibitionPreferences.additionalChargesEnabled ● Boolean! non-null scalar

A flag indicating whether additional charges is enabled.

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.brochuresEnabled ● Boolean! non-null scalar

A flag indicating whether brochures is enabled.

ExhibitionPreferences.cancelationAmounts ● [Money!]! non-null object

The cancelation amounts to apply for canceled booking for the exhibition.

ExhibitionPreferences.cancelationTaxes ● [TaxItem!]! non-null object

The list of taxes that apply to a cancelation fee for a booking for the exhibition.

ExhibitionPreferences.checklistEnabled ● Boolean! non-null scalar

A flag indicating whether checklist is enabled.

ExhibitionPreferences.companyLogoEnabled ● Boolean! non-null scalar

A flag indicating whether the company logo is enabled.

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.creditHours ● Float! non-null scalar

The number of credit hours for the exhibition.

ExhibitionPreferences.documentsEnabled ● Boolean! non-null scalar

A flag indicating whether documents is enabled.

ExhibitionPreferences.id ● ID! non-null scalar

The unique identifier for the exhibition preferences.

ExhibitionPreferences.incomeAccount ● Account! non-null object

The income account for the exhibition.

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.logoHeight ● NonNegativeInt scalar

The height of the company logo in pixels. Optional.

ExhibitionPreferences.logoWidth ● NonNegativeInt scalar

The width of the company logo in pixels. Optional.

ExhibitionPreferences.measurementSystem ● MeasurementSystem! non-null enum

The measurement system used for the exhibition.

ExhibitionPreferences.nameBadgesEnabled ● Boolean! non-null scalar

A flag indicating whether name badges is enabled.

ExhibitionPreferences.netTargetRevenue ● Float! non-null scalar

The net target revenue for the exhibition.

ExhibitionPreferences.paymentSchedule ● [PercentagePaymentScheduleItem!]! non-null object

The payment schedule for exhibition bookings.

ExhibitionPreferences.paymentScheduleEnabled ● Boolean! non-null scalar

A flag indicating whether payment schedule is enabled.

ExhibitionPreferences.paymentStatuses ● [PaymentStatus!]! non-null enum

A list of valid payment statuses for this exhibition.

ExhibitionPreferences.positionPreferenceEnabled ● Boolean! non-null scalar

A flag indicating whether the position preference field is enabled.

ExhibitionPreferences.profileEnabled ● Boolean! non-null scalar

A flag indicating whether profile is enabled.

ExhibitionPreferences.signageInstructionsEnabled ● Boolean! non-null scalar

A flag indicating whether the signage instructions field is enabled.

ExhibitionPreferences.standSignageEnabled ● Boolean! non-null scalar

A flag indicating whether the stand signage field is enabled.

ExhibitionPreferences.taxes ● [TaxItem!]! non-null object

The list of taxes that apply to a booking for the exhibition.

Member Of

ExhibitionSetup object ● UpdateExhibitionPreferencesPayload object