Struct stripe::Discount [] [src]

pub struct Discount {
    pub coupon: Coupon,
    pub customer: String,
    pub subscription: Option<String>,
    pub start: Timestamp,
    pub end: Option<Timestamp>,
}

Fields

Trait Implementations

impl Debug for Discount
[src]

Formats the value using the given formatter.