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) #

Instance Method Detail

def account_holder_name : String | Nil #

def account_holder_type : AccountHolderType | Nil #

def bank_name : String | Nil #

def country : String | Nil #

def currency : String | Nil #

def fingerprint : String | Nil #

def id : String | Nil #

def last4 : String | Nil #

def routing_number : String | Nil #

def status : Status | Nil #