Struct stripe::Inventory[][src]

pub struct Inventory {
    pub quantity: u64,
    pub inventory_type: String,
    pub value: Option<String>,
}

Fields

Trait Implementations

impl Debug for Inventory
[src]

Formats the value using the given formatter. Read more

impl Default for Inventory
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Inventory

impl Sync for Inventory