Struct stripe::InvoiceListParams [] [src]

pub struct InvoiceListParams<'a> {
    pub limit: Option<u64>,
    pub customer: Option<&'a str>,
}

Fields

Trait Implementations

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

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