Struct libstripe::BankAccountParam [] [src]

pub struct BankAccountParam<'a> {
    pub object: Option<&'a str>,
    pub account_number: Option<&'a str>,
    pub country: Option<&'a str>,
    pub currency: Option<Currency>,
    pub account_holder_name: Option<&'a str>,
    pub account_holder_type: Option<&'a str>,
    pub routing_number: Option<&'a str>,
    pub metadata: Option<HashMap<String, String>>,
}

Fields

Methods

impl<'a> BankAccountParam<'a>
[src]

[src]

Trait Implementations

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

[src]

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

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

[src]

Formats the value using the given formatter.