Struct jet::products::InventoryFulfillmentNode [] [src]

pub struct InventoryFulfillmentNode {
    pub fulfillment_node_id: String,
    pub quantity: i32,
}

Fields

Trait Implementations

impl Debug for InventoryFulfillmentNode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations