BookPayload
No description
type BookPayload {
accommodations: [Accommodation!]
activities: [Activity!]
adviseMessages: [AdviseMessage]
bookReference: BookReference
cancelPolicy: PackageCancelPolicy
departureDate: String
returnDate: String
destination: PackageLocation
itineraryMap: [ItineraryMap!]
locations: [PackageLocations!]
origin: PackageLocation
paxes: Paxes
rooms: [PackageRoom]
price: PackagePrice
remarks: [Remark!]
bookStatus: PackageBookStatus
transports: [Transport!]
brand: PackageBrand
}
Fields
BookPayload.accommodations
● [Accommodation!]
list object
List of accommodations
BookPayload.activities
● [Activity!]
list object
List of activities for the booking
BookPayload.adviseMessages
● [AdviseMessage]
list object
List of errors
BookPayload.bookReference
● BookReference
object
Client and supplier locators of the booking
BookPayload.cancelPolicy
● PackageCancelPolicy
object
Cancel policies thast apply to the booking
BookPayload.departureDate
● String
scalar
Date of departure for the option received in standard ISO 8601
BookPayload.returnDate
● String
scalar
Date of return for the option received in standard ISO 8601
BookPayload.destination
● PackageLocation
object
Destination of the package
BookPayload.itineraryMap
● [ItineraryMap!]
list object
Schedule of transports/activities/accommodations of the booking
BookPayload.locations
● [PackageLocations!]
list object
Locations where the pacakge will take place
BookPayload.origin
● PackageLocation
object
Origin of the package
BookPayload.paxes
● Paxes
object
Paxes for the option
BookPayload.rooms
● [PackageRoom]
list object
Rooms applying to the option
BookPayload.price
● PackagePrice
object
Price applied to the booking
BookPayload.remarks
● [Remark!]
list object
Remarks of the booking
BookPayload.bookStatus
● PackageBookStatus
enum
Status of the booking (OK, Cancelled...)
BookPayload.transports
● [Transport!]
list object
List of transports included in the booking
BookPayload.brand
● PackageBrand
object
Type of brand which belongs to offer
Member Of
PackageMutation
object