Struct stripe::SubscriptionItem [] [src]

pub struct SubscriptionItem {
    pub id: String,
    pub created: Timestamp,
    pub plan: Plan,
    pub quantity: u64,
}

The resource representing a Stripe subscription item.

For more details see https://stripe.com/docs/api#subscription_items.

Fields

Trait Implementations

impl Debug for SubscriptionItem
[src]

Formats the value using the given formatter.