Struct stripe::ItemParams [] [src]

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

Fields