Skip to main content

AccommodationPreferences

The configuration preferences for accommodation.

type AccommodationPreferences {
allowManualMinimumStayReduction: Boolean!
allowManualOverAllocation: Boolean!
cancelationPolicy: CancelationPolicy
collectInboundTransferEnabled: Boolean!
collectOutboundTransferEnabled: Boolean!
createdAt: DateTime!
createdBy: String
id: ID!
inboundTransferFieldSettings: InboundTransferFieldSettings!
lastModifiedAt: DateTime!
lastModifiedBy: String
manageDepositEnabled: Boolean!
mustStayNightsEnabled: Boolean!
outboundTransferFieldSettings: OutboundTransferFieldSettings!
paymentPolicy: PaymentPolicy
subBlockRoomRatesEnabled: Boolean!
transfersEnabled: Boolean!
}

Fields

AccommodationPreferences.allowManualMinimumStayReduction ● Boolean! non-null scalar

A flag indicating whether EventsAir users are allowed to manually reduce the minimum night stay.

AccommodationPreferences.allowManualOverAllocation ● Boolean! non-null scalar

A flag indicating whether EventsAir users are allowed to manually over allocate inventory.

AccommodationPreferences.cancelationPolicy ● CancelationPolicy object

The cancelation policy for accommodation. Optional.

AccommodationPreferences.collectInboundTransferEnabled ● Boolean! non-null scalar

A flag indicating whether to collect inbound transfers.

AccommodationPreferences.collectOutboundTransferEnabled ● Boolean! non-null scalar

A flag indicating whether to collect outbound transfers.

AccommodationPreferences.createdAt ● DateTime! non-null scalar

The date and time the record was created.

AccommodationPreferences.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

AccommodationPreferences.id ● ID! non-null scalar

The unique identifier of the accommodation preferences.

AccommodationPreferences.inboundTransferFieldSettings ● InboundTransferFieldSettings! non-null object

The fields to be collected for an inbound transfer.

AccommodationPreferences.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

AccommodationPreferences.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

AccommodationPreferences.manageDepositEnabled ● Boolean! non-null scalar

A flag indicating whether the management of the deposit payment to hotel is enabled.

AccommodationPreferences.mustStayNightsEnabled ● Boolean! non-null scalar

A flag indicating whether must stay nights are enabled.

AccommodationPreferences.outboundTransferFieldSettings ● OutboundTransferFieldSettings! non-null object

The fields to be collected for an outbound transfer.

AccommodationPreferences.paymentPolicy ● PaymentPolicy object

The payment policy for accommodation. Optional.

AccommodationPreferences.subBlockRoomRatesEnabled ● Boolean! non-null scalar

A flag indicating whether sub-block room rates are enabled.

AccommodationPreferences.transfersEnabled ● Boolean! non-null scalar

A flag indicating whether transfers are enabled.

Member Of

AccommodationSetup object ● UpdateAccommodationPreferencesPayload object