Struct google_content2_sandbox::OrdersCustomBatchRequestEntryUpdateShipment [] [src]

pub struct OrdersCustomBatchRequestEntryUpdateShipment {
    pub status: Option<String>,
    pub carrier: Option<String>,
    pub tracking_id: Option<String>,
    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

New status for the shipment. Not updated if missing.

The carrier handling the shipment. Not updated if missing.

The tracking id for the shipment. Not updated if missing.

The ID of the shipment.

Trait Implementations

impl Default for OrdersCustomBatchRequestEntryUpdateShipment
[src]

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

impl Clone for OrdersCustomBatchRequestEntryUpdateShipment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrdersCustomBatchRequestEntryUpdateShipment
[src]

Formats the value using the given formatter.

impl Part for OrdersCustomBatchRequestEntryUpdateShipment
[src]