Struct google_content2_sandbox::OrderLineItemShippingDetails[][src]

pub struct OrderLineItemShippingDetails {
    pub deliver_by_date: Option<String>,
    pub method: Option<OrderLineItemShippingDetailsMethod>,
    pub ship_by_date: Option<String>,
}

There is no detailed description.

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

Fields

The delivery by date, in ISO 8601 format.

Details of the shipping method.

The ship by date, in ISO 8601 format.

Trait Implementations

impl Default for OrderLineItemShippingDetails
[src]

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

impl Clone for OrderLineItemShippingDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderLineItemShippingDetails
[src]

Formats the value using the given formatter. Read more

impl Part for OrderLineItemShippingDetails
[src]

Auto Trait Implementations