AccountDocuments constructor
const
AccountDocuments({
- AccountBankAccountOwnershipVerification? bankAccountOwnershipVerification,
- AccountBankAccountOwnershipVerification? companyLicense,
- AccountBankAccountOwnershipVerification? companyMemorandumOfAssociation,
- AccountBankAccountOwnershipVerification? companyMinisterialDecree,
- AccountBankAccountOwnershipVerification? companyRegistrationVerification,
- AccountBankAccountOwnershipVerification? companyTaxIdVerification,
- 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,
});