class Stripe::PaymentMethods::BankAccount

Included Modules

Defined in:

stripe/objects/payment_methods/bank_account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def account_holder_name : String | Nil #

[View source]
def account_holder_type : AccountHolderType | Nil #

[View source]
def bank_name : String | Nil #

[View source]
def country : String | Nil #

[View source]
def currency : String | Nil #

[View source]
def fingerprint : String | Nil #

[View source]
def id : String | Nil #

[View source]
def last4 : String | Nil #

[View source]
def routing_number : String | Nil #

[View source]
def status : Status | Nil #

[View source]