Struct libstripe::BankListParams [] [src]

pub struct BankListParams<'a> {
    pub ending_before: Option<&'a str>,
    pub limit: Option<i64>,
    pub starting_after: Option<&'a str>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.