Skip to main content

UpdateAccommodationPreferencesInput

Defines the input for updating the configuration preferences for accommodation.

input UpdateAccommodationPreferencesInput {
allowManualMinimumStayReduction: Boolean
allowManualOverAllocation: Boolean
collectInboundTransferEnabled: Boolean
collectOutboundTransferEnabled: Boolean
eventId: ID!
id: ID!
inboundTransferFieldSettings: InboundTransferFieldSettingsInput
manageDepositEnabled: Boolean
mustStayNightsEnabled: Boolean
outboundTransferFieldSettings: OutboundTransferFieldSettingsInput
subBlockRoomRatesEnabled: Boolean
transfersEnabled: Boolean
}

Fields

UpdateAccommodationPreferencesInput.allowManualMinimumStayReduction ● Boolean scalar

A flag indicating whether EventsAir users are allowed to manually reduce the minimum night stay. Optional. Defaults to FALSE if NULL.

UpdateAccommodationPreferencesInput.allowManualOverAllocation ● Boolean scalar

A flag indicating whether EventsAir users are allowed to manually over allocate inventory. Optional. Defaults to FALSE if NULL.

UpdateAccommodationPreferencesInput.collectInboundTransferEnabled ● Boolean scalar

A flag indicating whether to collect inbound transfers. Optional. Defaults to FALSE if NULL.

UpdateAccommodationPreferencesInput.collectOutboundTransferEnabled ● Boolean scalar

A flag indicating whether to collect outbound transfers. Optional. Defaults to FALSE if NULL.

UpdateAccommodationPreferencesInput.eventId ● ID! non-null scalar

The identifier of the event the accommodation preferences are associated with.

UpdateAccommodationPreferencesInput.id ● ID! non-null scalar

The unique identifier of the accommodation preferences.

UpdateAccommodationPreferencesInput.inboundTransferFieldSettings ● InboundTransferFieldSettingsInput input

The fields to collect for an inbound transfer. Optional.

UpdateAccommodationPreferencesInput.manageDepositEnabled ● Boolean scalar

A flag indicating whether deposit management is enabled. Optional. Defaults to FALSE if NULL.

UpdateAccommodationPreferencesInput.mustStayNightsEnabled ● Boolean scalar

A flag indicating whether must-night stays are enabled. Optional. Defaults to FALSE if NULL.

UpdateAccommodationPreferencesInput.outboundTransferFieldSettings ● OutboundTransferFieldSettingsInput input

The fields to collect for an outbound transfer. Optional.

UpdateAccommodationPreferencesInput.subBlockRoomRatesEnabled ● Boolean scalar

A flag indicating whether sub-block room rates are enabled. Optional. Defaults to FALSE if NULL.

UpdateAccommodationPreferencesInput.transfersEnabled ● Boolean scalar

A flag indicating whether transfers are enabled. Optional. Defaults to FALSE if NULL.

Member Of

updateAccommodationPreferences mutation