Struct google_content2::OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo[][src]

pub struct OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo {
    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

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

The tracking id for the shipment.

The ID of the shipment.

Trait Implementations

Auto Trait Implementations