Struct google_qpxexpress1::FreeBaggageAllowance [] [src]

pub struct FreeBaggageAllowance {
    pub kilos_per_piece: Option<i32>,
    pub bag_descriptor: Option<Vec<BagDescriptor>>,
    pub pounds: Option<i32>,
    pub pieces: Option<i32>,
    pub kind: Option<String>,
    pub kilos: Option<i32>,
}

Information about free baggage allowed on one segment of a trip.

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

Fields

The maximum number of kilos any one piece of baggage may weigh.

A representation of a type of bag, such as an ATPCo subcode, Commercial Name, or other description.

The number of pounds of free baggage allowed.

The number of free pieces of baggage allowed.

Identifies this as free baggage object, allowed on one segment of a trip. Value: the fixed string qpxexpress#freeBaggageAllowance.

The maximum number of kilos all the free baggage together may weigh.

Trait Implementations

impl Debug for FreeBaggageAllowance
[src]

Formats the value using the given formatter.

impl Clone for FreeBaggageAllowance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FreeBaggageAllowance
[src]

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

impl Part for FreeBaggageAllowance
[src]