InventoryAvailDerivedRatesInput
Retrieve availability derived rates query input
input InventoryAvailDerivedRatesInput {
  clientCode: String!
  supplierCode: String!
  derivedRates: [DerivedRatesAvailRetrieveInput]!
  hotelCode: String!
  contextCode: String
}
Fields
InventoryAvailDerivedRatesInput.clientCode ● String! non-null scalar
Client code.
InventoryAvailDerivedRatesInput.supplierCode ● String! non-null scalar
Travelgate Supplier/Channel code.
InventoryAvailDerivedRatesInput.derivedRates ● [DerivedRatesAvailRetrieveInput]! non-null input
Hotel derived rates input data.
InventoryAvailDerivedRatesInput.hotelCode ● String! non-null scalar
Code associated with the hotel.
InventoryAvailDerivedRatesInput.contextCode ● String scalar
Context code.