Struct stripe::SubscriptionItemParams [] [src]

pub struct SubscriptionItemParams {
    pub plan: String,
    pub quantity: Option<u64>,
}

Fields