Class: Stripe::AccountExternalAccountUpdateParams::Documents

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

Defined Under Namespace

Classes: BankAccountOwnershipVerification

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank_account_ownership_verification: nil) ⇒ Documents

Returns a new instance of Documents.



18
19
20
# File 'lib/stripe/params/account_external_account_update_params.rb', line 18

def initialize(bank_account_ownership_verification: nil)
   = 
end

Instance Attribute Details

#bank_account_ownership_verificationObject

One or more documents that support the [Bank account ownership verification](support.stripe.com/questions/bank-account-ownership-verification) requirement. Must be a document associated with the bank account that displays the last 4 digits of the account number, either a statement or a check.



16
17
18
# File 'lib/stripe/params/account_external_account_update_params.rb', line 16

def 
  
end