Struct google_content2_sandbox::OrdersCustomBatchRequestEntryShipLineItems [] [src]

pub struct OrdersCustomBatchRequestEntryShipLineItems {
    pub line_items: Option<Vec<OrderShipmentLineItemShipment>>,
    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

Line items to ship.

The carrier handling the shipment.

The tracking id for the shipment.

The ID of the shipment.

Trait Implementations

impl Default for OrdersCustomBatchRequestEntryShipLineItems
[src]

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

impl Clone for OrdersCustomBatchRequestEntryShipLineItems
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrdersCustomBatchRequestEntryShipLineItems
[src]

Formats the value using the given formatter.

impl Part for OrdersCustomBatchRequestEntryShipLineItems
[src]