HotelQuote
No description
type HotelQuote implements Response {
stats(token: String!): StatsRequest
auditData: AuditData
optionQuote: HotelOptionQuote
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.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