HotelQuote
No description
type HotelQuote implements Response {
  stats(
    token: String!
  ): StatsRequest
  auditData: AuditData
  optionQuote: HotelOptionQuote
  apps: AppQuoteSolution
  errors: [Error!]
  warnings: [Warning!]
}
Fieldsโ
HotelQuote.statsย โย StatsRequest objectโ
Application stats in string format
HotelQuote.stats.tokenย โย String! non-null scalarโ
HotelQuote.auditDataย โย AuditData objectโ
Data sent and received in the supplier's native format.
HotelQuote.optionQuoteย โย HotelOptionQuote objectโ
Information about quote response.
HotelQuote.appsย โย AppQuoteSolution objectโ
Information about the apps solutions. Only returned if you have some app integrations enabled.
HotelQuote.errorsย โย [Error!] list objectโ
Errors that abort services
HotelQuote.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.
Interfacesโ
Response interfaceโ
Member Ofโ
HotelXQuery  object