Struct google_content2::OrderShipmentLineItemShipment
[−]
[src]
pub struct OrderShipmentLineItemShipment {
pub line_item_id: Option<String>,
pub quantity: Option<u32>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
line_item_id: Option<String>
The id of the line item that is shipped.
quantity: Option<u32>
The quantity that is shipped.
Trait Implementations
impl Debug for OrderShipmentLineItemShipment[src]
impl Clone for OrderShipmentLineItemShipment[src]
fn clone(&self) -> OrderShipmentLineItemShipment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for OrderShipmentLineItemShipment[src]
fn default() -> OrderShipmentLineItemShipment
Returns the "default value" for a type. Read more