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.



1503
1504
1505
1506
# File 'lib/stripe/resources/payment_method.rb', line 1503

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.



1499
1500
1501
# File 'lib/stripe/resources/payment_method.rb', line 1499

def 
  @account_holder_type
end

#account_typeObject

Bank account type.



1501
1502
1503
# File 'lib/stripe/resources/payment_method.rb', line 1501

def 
  @account_type
end