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.