Struct jet::orders::ShipOrderShipmentItem [] [src]

pub struct ShipOrderShipmentItem {
    pub merchant_sku: String,
    pub response_shipment_sku_quantity: i32,
    pub days_to_return: i32,
}

Fields

Trait Implementations

impl Debug for ShipOrderShipmentItem
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations