Class: Stripe::PaymentMethodService::UpdateParams::UsBankAccount

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_method_service.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.



704
705
706
707
# File 'lib/stripe/services/payment_method_service.rb', line 704

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.



700
701
702
# File 'lib/stripe/services/payment_method_service.rb', line 700

def 
  @account_holder_type
end

#account_typeObject

Bank account type.



702
703
704
# File 'lib/stripe/services/payment_method_service.rb', line 702

def 
  @account_type
end