Struct google_content2::OrderLineItemShippingDetailsMethod[][src]

pub struct OrderLineItemShippingDetailsMethod {
    pub min_days_in_transit: Option<u32>,
    pub carrier: Option<String>,
    pub method_name: Option<String>,
    pub max_days_in_transit: Option<u32>,
}

There is no detailed description.

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

Fields

Minimum transit time.

The carrier for the shipping. Optional. See shipments[].carrier for a list of acceptable values.

The name of the shipping method.

Maximum transit time.

Trait Implementations

impl Default for OrderLineItemShippingDetailsMethod
[src]

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

impl Clone for OrderLineItemShippingDetailsMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderLineItemShippingDetailsMethod
[src]

Formats the value using the given formatter. Read more

impl Part for OrderLineItemShippingDetailsMethod
[src]

Auto Trait Implementations