Struct jet::orders::ShipOrderShipment [] [src]

pub struct ShipOrderShipment {
    pub carrier: String,
    pub shipment_tracking_number: Option<String>,
    pub shipment_items: Vec<ShipOrderShipmentItem>,
    pub response_shipment_date: DateTime<Utc>,
}

Fields

Trait Implementations

impl Debug for ShipOrderShipment
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations