Skip to main content

InventoryCreateHotelSetupInput

Hotel setup input data

input InventoryCreateHotelSetupInput {
active: Boolean!
sendNotification: Boolean!
emailNotification: [String]
emailNotificationCc: [String]
emailNotificationSupport: [String]
hotelCode: String!
contextCode: String
}

Fields

InventoryCreateHotelSetupInput.active ● Boolean! non-null scalar

Gets or sets a value indicating whether the hotel is active.

InventoryCreateHotelSetupInput.sendNotification ● Boolean! non-null scalar

Gets or sets a value indicating whether booking notifications should be sent for this hotel.

InventoryCreateHotelSetupInput.emailNotification ● [String] list scalar

Gets or sets the email addresses for booking notifications related to this hotel.

InventoryCreateHotelSetupInput.emailNotificationCc ● [String] list scalar

Gets or sets the email addresses to be copied on booking notifications related to this hotel.

InventoryCreateHotelSetupInput.emailNotificationSupport ● [String] list scalar

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

InventoryCreateHotelSetupInput.hotelCode ● String! non-null scalar

Gets or sets the code associated with the hotel.

InventoryCreateHotelSetupInput.contextCode ● String scalar

Gets or sets the context code related to the hotel.

Member Of

InventoryHotelsSetupCreateInput input