Struct google_content2::OrdersCustomBatchRequestEntryShipLineItems[][src]

pub struct OrdersCustomBatchRequestEntryShipLineItems {
    pub line_items: Option<Vec<OrderShipmentLineItemShipment>>,
    pub carrier: Option<String>,
    pub tracking_id: Option<String>,
    pub shipment_group_id: Option<String>,
    pub shipment_id: Option<String>,
    pub shipment_infos: Option<Vec<OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>>,
}

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.

Deprecated. Please use shipmentInfo instead. The carrier handling the shipment. See shipments[].carrier in the Orders resource representation for a list of acceptable values.

Deprecated. Please use shipmentInfo instead. The tracking id for the shipment.

ID of the shipment group. Required for orders that use the orderinvoices service.

Deprecated. Please use shipmentInfo instead. The ID of the shipment.

Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).

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. Read more

impl Part for OrdersCustomBatchRequestEntryShipLineItems
[src]

Auto Trait Implementations