Skip to main content

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