ExternalAccountDocuments constructor

const ExternalAccountDocuments({
  1. AccountBankAccountOwnershipVerification? bankAccountOwnershipVerification,
})

external_account_documents_param

Documents that may be submitted to satisfy various informational requests.

Implementation

const ExternalAccountDocuments({this.bankAccountOwnershipVerification});