Struct google_qpxexpress1::SegmentPricing[][src]

pub struct SegmentPricing {
    pub kind: Option<String>,
    pub fare_id: Option<String>,
    pub free_baggage_option: Option<Vec<FreeBaggageAllowance>>,
    pub segment_id: Option<String>,
}

The price of this segment.

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

Fields

Identifies this as a segment pricing object, representing the price of this segment. Value: the fixed string qpxexpress#segmentPricing.

A segment identifier unique within a single solution. It is used to refer to different parts of the same solution.

Details of the free baggage allowance on this segment.

Unique identifier in the response of this segment.

Trait Implementations

impl Default for SegmentPricing
[src]

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

impl Clone for SegmentPricing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SegmentPricing
[src]

Formats the value using the given formatter. Read more

impl Part for SegmentPricing
[src]

Auto Trait Implementations