Skip to main content

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