HotelSearch
Hotel results from the search response. Contains all the available options for the given criteria search
type HotelSearch implements Response {
  context: String
  stats(
    token: String!
  ): StatsRequest
  auditData: AuditData
  requestCriteria: CriteriaSearch
  options: [HotelOptionSearch!]
  errors: [Error!]
  warnings: [Warning!]
  tracing: HotelXTracing
  aggregationData: AggregationData
}
Fieldsโ
HotelSearch.contextย โย String scalarโ
Indicates the context of the response.
HotelSearch.statsย โย StatsRequest objectโ
Application stats in string format
HotelSearch.stats.tokenย โย String! non-null scalarโ
HotelSearch.auditDataย โย AuditData objectโ
All the sent and received transactions in the supplier's native format.
HotelSearch.requestCriteriaย โย CriteriaSearch objectโ
Request Criteria contains destination, travel dates and the number of pax in each room.
HotelSearch.optionsย โย [HotelOptionSearch!] list objectโ
List of options returned according to the request.
HotelSearch.errorsย โย [Error!] list objectโ
List of errors that abort services.
HotelSearch.warningsย โย [Warning!] list objectโ
Potentially harmful situations or errors that won't force the service to abort. To identify if it is blocked one, you can check our documentation regards this matter.
HotelSearch.tracingย โย HotelXTracing objectโ
Other information it may need to analize transactions. This information is only available through internal request and, by default, it is not returned
HotelSearch.aggregationDataย โย AggregationData objectโ
Contains the information about the aggregation process executed. This information is only available through internal request and, by default, it is not returned
Interfacesโ
Response interfaceโ
Member Ofโ
HotelXQuery  object