Struct google_qpxexpress1::TripOption[][src]

pub struct TripOption {
    pub sale_total: Option<String>,
    pub kind: Option<String>,
    pub slice: Option<Vec<SliceInfo>>,
    pub id: Option<String>,
    pub pricing: Option<Vec<PricingInfo>>,
}

Trip information.

This type is not used in any activity, and only used as part of another schema.

Fields

The total price for all passengers on the trip, in the form of a currency followed by an amount, e.g. USD253.35.

Identifies this as a trip information object. Value: the fixed string qpxexpress#tripOption.

The slices that make up this trip's itinerary.

Identifier uniquely identifying this trip in a response.

Per passenger pricing information.

Trait Implementations

impl Default for TripOption
[src]

Returns the "default value" for a type. Read more

impl Clone for TripOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TripOption
[src]

Formats the value using the given formatter. Read more

impl Part for TripOption
[src]

Auto Trait Implementations

impl Send for TripOption

impl Sync for TripOption