Struct stripe::BankAccount [−][src]
pub struct BankAccount {
    pub id: String,
    pub object: String,
    pub account: String,
    pub account_holder_name: String,
    pub account_holder_type: String,
    pub bank_name: String,
    pub country: String,
    pub currency: Currency,
    pub customer: String,
    pub default_for_currency: bool,
    pub fingerprint: String,
    pub last4: String,
    pub metadata: Metadata,
    pub routing_number: String,
    pub status: String,
}The resource representing a Stripe bank account.
For more details see https://stripe.com/docs/api#customer_bank_account_object.
Fields
id: String
                           
                           
                           
                           object: String
                           
                           
                           
                           account: String
                           
                           
                           
                           account_holder_name: String
                           
                           
                           
                           account_holder_type: String
                           
                           
                           
                           bank_name: String
                           
                           
                           
                           country: String
                           
                           
                           
                           currency: Currency
                           
                           
                           
                           customer: String
                           
                           
                           
                           default_for_currency: bool
                           
                           
                           
                           fingerprint: String
                           
                           
                           
                           last4: String
                           
                           
                           
                           metadata: Metadata
                           
                           
                           
                           routing_number: String
                           
                           
                           
                           status: String
                           
                Trait Implementations
impl Debug for BankAccount[src] 
impl Debug for BankAccountAuto Trait Implementations
impl Send for BankAccount
impl Send for BankAccountimpl Sync for BankAccount
impl Sync for BankAccount