Skip to main content

PackageLocation

No description

type PackageLocation {
iata: String!
name: String!
providerCode: String!
type: LocationType!
}

Fields

PackageLocation.iata ● String! non-null scalar

Iata of the location

PackageLocation.name ● String! non-null scalar

Name of the location

PackageLocation.providerCode ● String! non-null scalar

Code that the provider specifies for this location usually in case a IATA does not apply

PackageLocation.type ● LocationType! non-null enum

Location type (Airport, Train station...)

Member Of

BookingPayload object ● BookPayload object ● QuotePayload object ● SearchOption object