google_api_qpx_express v0.0.1 GoogleApi.QPXExpress.V1.Model.TripOptionsRequest View Source
A QPX Express search request, which will yield one or more solutions.
Attributes
- maxPrice (String): Do not return solutions that cost more than this price. The alphabetical part of the price is in ISO 4217. The format, in regex, is [A-Z]{3}\d+(.\d+)? Example: $102.07 Defaults to:
null. - passengers (PassengerCounts): Counts for each passenger type in the request. Defaults to:
null. - refundable (Boolean): Return only solutions with refundable fares. Defaults to:
null. - saleCountry (String): IATA country code representing the point of sale. This determines the "equivalent amount paid" currency for the ticket. Defaults to:
null. - slice (List[SliceInput]): The slices that make up the itinerary of this trip. A slice represents a traveler's intent, the portion of a low-fare search corresponding to a traveler's request to get between two points. One-way journeys are generally expressed using one slice, round-trips using two. An example of a one slice trip with three segments might be BOS-SYD, SYD-LAX, LAX-BOS if the traveler only stopped in SYD and LAX just long enough to change planes. Defaults to:
null. - solutions (Integer): The number of solutions to return, maximum 500. Defaults to:
null. - ticketingCountry (String): IATA country code representing the point of ticketing. Defaults to:
null.