Skip to main content

QuotePayload

No description

type QuotePayload {
accommodations: [Accommodation!]
activities: [Activity!]
adviseMessages: [AdviseMessage]
cancelPolicy: PackageCancelPolicy
itineraryMap: [ItineraryMap!]
locations: [PackageLocations!]
origin: PackageLocation
destination: PackageLocation
optionId: String!
price: PackagePrice
quoteToken: String!
refName: String
departureDate: String
returnDate: String
remarks: [Remark!]
paxes: Paxes
rooms: [PackageRoom]
status: PackageStatus
transports: [Transport!]
brand: PackageBrand
}

Fields

QuotePayload.accommodations ● [Accommodation!] list object

List of accommodations

QuotePayload.activities ● [Activity!] list object

List of activities for the option

QuotePayload.adviseMessages ● [AdviseMessage] list object

List of errors

QuotePayload.cancelPolicy ● PackageCancelPolicy object

Cancel policies thast apply to the option

QuotePayload.itineraryMap ● [ItineraryMap!] list object

Schedule of transports/activities/accommodations of the option

QuotePayload.locations ● [PackageLocations!] list object

Locations where the pacakge will take place

QuotePayload.origin ● PackageLocation object

Origin of the package

QuotePayload.destination ● PackageLocation object

Destination of the package

QuotePayload.optionId ● String! non-null scalar

Id for this option, could be different to received from search

QuotePayload.price ● PackagePrice object

Price applied to the option

QuotePayload.quoteToken ● String! non-null scalar

Token used to confirm the option

QuotePayload.refName ● String scalar

Used to specify some key information of the package (few providers use this)

QuotePayload.departureDate ● String scalar

Date of departure for the option received in standard ISO 8601

QuotePayload.returnDate ● String scalar

Date of return for the option received in standard ISO 8601

QuotePayload.remarks ● [Remark!] list object

list of remarks for the option

QuotePayload.paxes ● Paxes object

Paxes for the option

QuotePayload.rooms ● [PackageRoom] list object

Rooms applying to the option

QuotePayload.status ● PackageStatus enum

Status of the package (Available, On_Request...)

QuotePayload.transports ● [Transport!] list object

List of transports included in the booking

QuotePayload.brand ● PackageBrand object

Type of brand which belongs to offer

Member Of

PackageQuery object