AccountDocuments constructor

const AccountDocuments({
  1. AccountBankAccountOwnershipVerification? bankAccountOwnershipVerification,
  2. AccountBankAccountOwnershipVerification? companyLicense,
  3. AccountBankAccountOwnershipVerification? companyMemorandumOfAssociation,
  4. AccountBankAccountOwnershipVerification? companyMinisterialDecree,
  5. AccountBankAccountOwnershipVerification? companyRegistrationVerification,
  6. AccountBankAccountOwnershipVerification? companyTaxIdVerification,
  7. AccountBankAccountOwnershipVerification? proofOfRegistration,
})

documents_specs

Documents that may be submitted to satisfy various informational requests.

Implementation

const AccountDocuments({
  this.bankAccountOwnershipVerification,
  this.companyLicense,
  this.companyMemorandumOfAssociation,
  this.companyMinisterialDecree,
  this.companyRegistrationVerification,
  this.companyTaxIdVerification,
  this.proofOfRegistration,
});