Struct stripe::InvoiceListParams[][src]

pub struct InvoiceListParams<'a> {
    pub customer: Option<&'a str>,
    pub date: Option<RangeQuery<Timestamp>>,
    pub ending_before: Option<&'a str>,
    pub limit: Option<u64>,
    pub starting_after: Option<&'a str>,
    pub subscription: Option<&'a str>,
}

Fields

Trait Implementations

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

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

Auto Trait Implementations

impl<'a> Send for InvoiceListParams<'a>

impl<'a> Sync for InvoiceListParams<'a>