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]

[src]

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