{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.QPXExpress.Types
(
qPXExpressService
, TripOptionsResponse
, tripOptionsResponse
, torRequestId
, torKind
, torData
, torTripOption
, CarrierData
, carrierData
, cdKind
, cdName
, cdCode
, FreeBaggageAllowance
, freeBaggageAllowance
, fbaKind
, fbaPounds
, fbaBagDescriptor
, fbaKilosPerPiece
, fbaKilos
, fbaPieces
, TimeOfDayRange
, timeOfDayRange
, todrKind
, todrLatestTime
, todrEarliestTime
, Data'
, data'
, dCarrier
, dKind
, dAircraft
, dAirport
, dCity
, dTax
, AircraftData
, aircraftData
, adKind
, adName
, adCode
, LegInfo
, legInfo
, liDestination
, liOrigin
, liSecure
, liKind
, liAircraft
, liArrivalTime
, liOnTimePerformance
, liOperatingDisclosure
, liMeal
, liId
, liOriginTerminal
, liChangePlane
, liDestinationTerminal
, liConnectionDuration
, liDuration
, liMileage
, liDePartureTime
, AirportData
, airportData
, aKind
, aName
, aCity
, aCode
, SegmentPricing
, segmentPricing
, spFreeBaggageOption
, spKind
, spFareId
, spSegmentId
, SliceInfo
, sliceInfo
, siKind
, siSegment
, siDuration
, TripsSearchResponse
, tripsSearchResponse
, tsrTrips
, tsrKind
, TripOption
, tripOption
, toPricing
, toKind
, toId
, toSlice
, toSaleTotal
, BagDescriptor
, bagDescriptor
, bdKind
, bdCommercialName
, bdCount
, bdDescription
, bdSubcode
, CityData
, cityData
, cCountry
, cKind
, cName
, cCode
, PassengerCounts
, passengerCounts
, pcSeniorCount
, pcKind
, pcInfantInLapCount
, pcChildCount
, pcInfantInSeatCount
, pcAdultCount
, SegmentInfo
, segmentInfo
, sBookingCode
, sCabin
, sBookingCodeCount
, sSubjectToGovernmentApproval
, sKind
, sFlight
, sId
, sMarriedSegmentGroup
, sConnectionDuration
, sDuration
, sLeg
, TaxData
, taxData
, tdKind
, tdName
, tdId
, TripsSearchRequest
, tripsSearchRequest
, tsrRequest
, TaxInfo
, taxInfo
, tiChargeType
, tiCountry
, tiKind
, tiSalePrice
, tiCode
, tiId
, PricingInfo
, pricingInfo
, piSaleTaxTotal
, piRefundable
, piPtc
, piBaseFareTotal
, piFare
, piKind
, piSegmentPricing
, piPassengers
, piFareCalculation
, piLatestTicketingTime
, piTax
, piSaleTotal
, piSaleFareTotal
, FlightInfo
, flightInfo
, fiCarrier
, fiNumber
, FareInfo
, fareInfo
, fCarrier
, fDestination
, fOrigin
, fPrivate
, fKind
, fBasisCode
, fId
, TripOptionsRequest
, tripOptionsRequest
, torRefundable
, torSaleCountry
, torPassengers
, torTicketingCountry
, torSolutions
, torSlice
, torMaxPrice
, SliceInput
, sliceInput
, sliDestination
, sliOrigin
, sliMaxStops
, sliKind
, sliProhibitedCarrier
, sliDate
, sliMaxConnectionDuration
, sliPreferredCabin
, sliPermittedDePartureTime
, sliPermittedCarrier
, sliAlliance
) where
import Network.Google.Prelude
import Network.Google.QPXExpress.Types.Product
import Network.Google.QPXExpress.Types.Sum
qPXExpressService :: ServiceConfig
qPXExpressService
= defaultService (ServiceId "qpxExpress:v1")
"www.googleapis.com"