Struct jet::orders::ShipOrder [] [src]

pub struct ShipOrder {
    pub alt_order_id: Option<String>,
    pub shipments: Vec<ShipOrderShipment>,
}

Fields

Trait Implementations

impl Debug for ShipOrder
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ShipOrder

impl Sync for ShipOrder