class Stripe::BankAccount

Overview

These bank accounts are payment methods on Customer objects. On the other hand External Accounts are transfer destinations on Account objects for connected accounts. They can be bank accounts or debit cards as well, and are documented in the links above. Related guide: Bank debits and transfers

Included Modules

Defined in:

stripe/models/bank_account.cr

Constant Summary

ERROR_MESSAGE_FOR_AVAILABLE_PAYOUT_METHODS = "invalid value for \"available_payout_methods\", must be one of [instant, standard]."
ERROR_MESSAGE_FOR_OBJECT = "invalid value for \"object\", must be one of [bank_account]."
MAX_LENGTH_FOR_ACCOUNT_HOLDER_NAME = 5000
MAX_LENGTH_FOR_ACCOUNT_HOLDER_TYPE = 5000
MAX_LENGTH_FOR_ACCOUNT_TYPE = 5000
MAX_LENGTH_FOR_BANK_NAME = 5000
MAX_LENGTH_FOR_COUNTRY = 5000
MAX_LENGTH_FOR_FINGERPRINT = 5000
MAX_LENGTH_FOR_ID = 5000
MAX_LENGTH_FOR_LAST4 = 5000
MAX_LENGTH_FOR_ROUTING_NUMBER = 5000
MAX_LENGTH_FOR_STATUS = 5000
VALID_VALUES_FOR_AVAILABLE_PAYOUT_METHODS = String.static_array("instant", "standard")
VALID_VALUES_FOR_OBJECT = String.static_array("bank_account")

Constructors

Instance Method Summary

Instance methods inherited from module OpenApi::Json

after_initialize after_initialize, clone clone, eql?(o : self) eql?, to_hash : Hash(String, JSON::Any) to_hash, to_json_any : JSON::Any to_json_any

Class methods inherited from module OpenApi::Json

build_from_hash(hash : Hash) build_from_hash, build_from_json_any(json_any : JSON::Any) build_from_json_any

Instance methods inherited from module OpenApi::Validatable

list_invalid_properties : Array(String) list_invalid_properties, list_invalid_properties_for(key : String) : Array(String) list_invalid_properties_for, valid? : Bool valid?, validate : Nil validate

Constructor Detail

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

[View source]
def self.new(*, account_holder_name : String | Nil = nil, account_holder_type : String | Nil = nil, account_type : String | Nil = nil, bank_name : String | Nil = nil, country : String | Nil = nil, currency : String | Nil = nil, fingerprint : String | Nil = nil, id : String | Nil = nil, last4 : String | Nil = nil, object : String | Nil = nil, routing_number : String | Nil = nil, status : String | Nil = nil, account : Stripe::BankAccountAccount | Nil = nil, available_payout_methods : Array(String) | Nil = nil, customer : Stripe::BankAccountCustomer | Nil = nil, default_for_currency : Bool | Nil = nil, future_requirements : Stripe::BankAccountFutureRequirements | Nil = nil, metadata : Hash(String, String) | Nil = nil, requirements : Stripe::BankAccountRequirements | Nil = nil) #

Initializes the object @param [Hash] attributes Model attributes in the form of hash


[View source]

Instance Method Detail

def ==(other : self) #

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code


def account : Stripe::BankAccountAccount | Nil #

[View source]
def account=(new_value : Stripe::BankAccountAccount | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] account Object to be assigned


[View source]
def account_holder_name : String | Nil #

[View source]
def account_holder_name=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] account_holder_name Object to be assigned


[View source]
def account_holder_type : String | Nil #

[View source]
def account_holder_type=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] account_holder_type Object to be assigned


[View source]
def account_present=(account_present : Bool) #

[View source]
def account_present? : Bool #

[View source]
def account_type : String | Nil #

[View source]
def account_type=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] account_type Object to be assigned


[View source]
def available_payout_methods : Array(String) | Nil #

[View source]
def available_payout_methods=(new_value : Array(String) | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] available_payout_methods Object to be assigned


[View source]
def available_payout_methods_present=(available_payout_methods_present : Bool) #

[View source]
def available_payout_methods_present? : Bool #

[View source]
def bank_name : String | Nil #

[View source]
def bank_name=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] bank_name Object to be assigned


[View source]
def country : String | Nil #

[View source]
def country=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] country Object to be assigned


[View source]
def currency : String | Nil #

[View source]
def currency=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] currency Object to be assigned


[View source]
def customer : Stripe::BankAccountCustomer | Nil #

[View source]
def customer=(new_value : Stripe::BankAccountCustomer | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] customer Object to be assigned


[View source]
def customer_present=(customer_present : Bool) #

[View source]
def customer_present? : Bool #

[View source]
def default_for_currency : Bool | Nil #

[View source]
def default_for_currency=(new_value : Bool | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] default_for_currency Object to be assigned


[View source]
def default_for_currency_present=(default_for_currency_present : Bool) #

[View source]
def default_for_currency_present? : Bool #

[View source]
def fingerprint : String | Nil #

[View source]
def fingerprint=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] fingerprint Object to be assigned


[View source]
def future_requirements : Stripe::BankAccountFutureRequirements | Nil #

[View source]
def future_requirements=(new_value : Stripe::BankAccountFutureRequirements | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] future_requirements Object to be assigned


[View source]
def future_requirements_present=(future_requirements_present : Bool) #

[View source]
def future_requirements_present? : Bool #

[View source]
def hash(hasher) #

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code


def id : String | Nil #

[View source]
def id=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] id Object to be assigned


[View source]
def last4 : String | Nil #

[View source]
def last4=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] last4 Object to be assigned


[View source]
def list_invalid_properties : Array(String) #

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons


[View source]
def metadata : Hash(String, String) | Nil #

[View source]
def metadata=(new_value : Hash(String, String) | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] metadata Object to be assigned


[View source]
def metadata_present=(metadata_present : Bool) #

[View source]
def metadata_present? : Bool #

[View source]
def object : String | Nil #

[View source]
def object=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] object Object to be assigned


[View source]
def requirements : Stripe::BankAccountRequirements | Nil #

[View source]
def requirements=(new_value : Stripe::BankAccountRequirements | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] requirements Object to be assigned


[View source]
def requirements_present=(requirements_present : Bool) #

[View source]
def requirements_present? : Bool #

[View source]
def routing_number : String | Nil #

[View source]
def routing_number=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] routing_number Object to be assigned


[View source]
def status : String | Nil #

[View source]
def status=(new_value : String | Nil) #

Custom attribute writer method checking allowed values (enum). @param [Object] status Object to be assigned


[View source]
def valid? : Bool #

Check to see if the all the properties in the model are valid @return true if the model is valid


[View source]