Struct google_content2::OrdersCustomBatchRequestEntryShipLineItems [−][src]
pub struct OrdersCustomBatchRequestEntryShipLineItems {
pub line_items: Option<Vec<OrderShipmentLineItemShipment>>,
pub carrier: Option<String>,
pub shipment_infos: Option<Vec<OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>>,
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: Option<Vec<OrderShipmentLineItemShipment>>
Line items to ship.
carrier: Option<String>
Deprecated. Please use shipmentInfo instead. The carrier handling the shipment. See shipments[].carrier in the Orders resource representation for a list of acceptable values.
shipment_infos: Option<Vec<OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>>
Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).
tracking_id: Option<String>
Deprecated. Please use shipmentInfo instead. The tracking id for the shipment.
shipment_id: Option<String>
Deprecated. Please use shipmentInfo instead. The ID of the shipment.
Trait Implementations
impl Default for OrdersCustomBatchRequestEntryShipLineItems[src]
impl Default for OrdersCustomBatchRequestEntryShipLineItemsfn default() -> OrdersCustomBatchRequestEntryShipLineItems[src]
fn default() -> OrdersCustomBatchRequestEntryShipLineItemsReturns the "default value" for a type. Read more
impl Clone for OrdersCustomBatchRequestEntryShipLineItems[src]
impl Clone for OrdersCustomBatchRequestEntryShipLineItemsfn clone(&self) -> OrdersCustomBatchRequestEntryShipLineItems[src]
fn clone(&self) -> OrdersCustomBatchRequestEntryShipLineItemsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for OrdersCustomBatchRequestEntryShipLineItems[src]
impl Debug for OrdersCustomBatchRequestEntryShipLineItemsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for OrdersCustomBatchRequestEntryShipLineItems[src]
impl Part for OrdersCustomBatchRequestEntryShipLineItems