Skip to main content

ItineraryMap

No description

type ItineraryMap {
order: Int!
productToken: String!
productType: ProductType
ref: String!
startDay: Int!
}

Fields

ItineraryMap.order ● Int! non-null scalar

Indicates de chronological order of each entry

ItineraryMap.productToken ● String! non-null scalar

Product token that will be used in Book (may not be received in search)

ItineraryMap.productType ● ProductType enum

Type of the product (Transport, accomodation...)

ItineraryMap.ref ● String! non-null scalar

Ref to identify the entry in it's specified List (Accommodations, Transports...)

ItineraryMap.startDay ● Int! non-null scalar

Day where activity will take place

Member Of

BookingPayload object ● BookPayload object ● QuotePayload object ● SearchOption object