Skip to main content

InventoryHotelSetup

Represents a hotel setup response object.

type InventoryHotelSetup {
id: Int!
hotelCode: String
contextCode: String
active: Boolean!
sendNotification: Boolean!
emailNotification: [String]
emailNotificationCc: [String]
emailNotificationSupport: [String]
}

Fields

InventoryHotelSetup.id ● Int! non-null scalar

Unique identifier of the hotel.

InventoryHotelSetup.hotelCode ● String scalar

Code associated with the hotel.

InventoryHotelSetup.contextCode ● String scalar

Context code related to the hotel.

InventoryHotelSetup.active ● Boolean! non-null scalar

Indicates whether the hotel is active.

InventoryHotelSetup.sendNotification ● Boolean! non-null scalar

Indicates whether booking notifications should be sent for this hotel.

InventoryHotelSetup.emailNotification ● [String] list scalar

Email addresses for booking notifications related to this hotel.

InventoryHotelSetup.emailNotificationCc ● [String] list scalar

Email addresses to be copied on booking notifications related to this hotel.

InventoryHotelSetup.emailNotificationSupport ● [String] list scalar

Email addresses or contact information for support that will be displayed in the email notifications.

Member Of

HotelsSetupRs object