Struct google_content2_sandbox::ReturnShipment[][src]

pub struct ReturnShipment {
    pub return_method_type: Option<String>,
    pub creation_date: Option<String>,
    pub shipment_tracking_infos: Option<Vec<ShipmentTrackingInfo>>,
    pub shipment_id: Option<String>,
}

There is no detailed description.

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

Fields

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for ReturnShipment
[src]

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

impl Clone for ReturnShipment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReturnShipment
[src]

Formats the value using the given formatter. Read more

impl Part for ReturnShipment
[src]

Auto Trait Implementations