Struct stripe::ItemParams[][src]

pub struct ItemParams<'a> {
    pub plan: &'a str,
    pub quantity: Option<u64>,
}

Fields

Trait Implementations

impl<'a> Debug for ItemParams<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ItemParams<'a>

impl<'a> Sync for ItemParams<'a>