InventoryUpdateHotelSetupInput
Hotel setup input data
input InventoryUpdateHotelSetupInput {
  active: Boolean
  sendNotification: Boolean
  emailNotification: [String]
  emailNotificationCc: [String]
  emailNotificationSupport: [String]
  hotelCode: String!
  contextCode: String
}
Fields
InventoryUpdateHotelSetupInput.active ● Boolean scalar
Indicates whether the hotel is active.
InventoryUpdateHotelSetupInput.sendNotification ● Boolean scalar
Indicates whether booking notifications should be sent for this hotel.
InventoryUpdateHotelSetupInput.emailNotification ● [String] list scalar
Email addresses for booking notifications related to this hotel.
InventoryUpdateHotelSetupInput.emailNotificationCc ● [String] list scalar
Email addresses to be copied on booking notifications related to this hotel.
InventoryUpdateHotelSetupInput.emailNotificationSupport ● [String] list scalar
Email addresses or contact information for support that will be displayed in the email notifications.
InventoryUpdateHotelSetupInput.hotelCode ● String! non-null scalar
Code associated with the hotel. This is a unique identifier used to specify the hotel.
InventoryUpdateHotelSetupInput.contextCode ● String scalar
Context code related to the hotel. This can be used to provide additional context or information about the hotel.