Class: Stripe::PaymentMethod::UpdateParams::UsBankAccount

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_method.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(account_holder_type: nil, account_type: nil) ⇒ UsBankAccount

Returns a new instance of UsBankAccount.



1380
1381
1382
1383
# File 'lib/stripe/resources/payment_method.rb', line 1380

def initialize(account_holder_type: nil, account_type: nil)
  @account_holder_type = 
  @account_type = 
end

Instance Attribute Details

#account_holder_typeObject

Bank account holder type.



1376
1377
1378
# File 'lib/stripe/resources/payment_method.rb', line 1376

def 
  @account_holder_type
end

#account_typeObject

Bank account type.



1378
1379
1380
# File 'lib/stripe/resources/payment_method.rb', line 1378

def 
  @account_type
end