Class: Stripe::AccountCreateParams::Settings::BankBcaOnboarding

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/account_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(account_holder_name: nil, business_account_number: nil) ⇒ BankBcaOnboarding

Returns a new instance of BankBcaOnboarding.



2114
2115
2116
2117
# File 'lib/stripe/params/account_create_params.rb', line 2114

def initialize(account_holder_name: nil, business_account_number: nil)
  @account_holder_name = 
  @business_account_number = 
end

Instance Attribute Details

#account_holder_nameObject

Bank BCA business account holder name



2110
2111
2112
# File 'lib/stripe/params/account_create_params.rb', line 2110

def 
  @account_holder_name
end

#business_account_numberObject

Bank BCA business account number



2112
2113
2114
# File 'lib/stripe/params/account_create_params.rb', line 2112

def 
  @business_account_number
end