Struct libstripe::InvoiceLineListParam [] [src]

pub struct InvoiceLineListParam<'a> {
    pub coupon: Option<&'a str>,
    pub customer: Option<&'a str>,
    pub ending_before: Option<&'a str>,
    pub limit: Option<i64>,
    pub starting_after: Option<&'a str>,
    pub subscription: Option<&'a str>,
    pub subscription_items: Option<SubscriptionItems>,
    pub subscription_prorate: Option<&'a str>,
    pub subscription_proration_date: Option<&'a str>,
    pub subscription_tax_percent: Option<f32>,
    pub subscription_trial_end: Option<&'a str>,
}

Fields

Trait Implementations

impl<'a> Default for InvoiceLineListParam<'a>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for InvoiceLineListParam<'a>
[src]

[src]

Formats the value using the given formatter.