Skip to main content

CancelExhibitionBookingInput

Defines the input for canceling an exhibition booking.

input CancelExhibitionBookingInput {
cancelationFeeOverride: Float
cancelationTaxOverrides: [TaxOverrideInput!]
eventId: ID!
exhibitionBookingId: ID!
exhibitorId: ID!
}

Fields

CancelExhibitionBookingInput.cancelationFeeOverride ● Float scalar

The cancelation fee for the exhibition booking that will override the cancelation fee from setup in the currency of the booking. Optional.

CancelExhibitionBookingInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input

The collection of cancelation taxes for the exhibition booking that will override the cancelation taxes from setup. Optional.

When set to null, the default exhibition cancelation taxes will be applied. When set to an empty array, no taxes will be applied.

CancelExhibitionBookingInput.eventId ● ID! non-null scalar

The identifier of the event.

CancelExhibitionBookingInput.exhibitionBookingId ● ID! non-null scalar

The identifier of the exhibition booking.

CancelExhibitionBookingInput.exhibitorId ● ID! non-null scalar

The identifier of the contact.

Member Of

cancelExhibitionBooking mutation