AccountDocuments class final

documents_specs

Documents that may be submitted to satisfy various informational requests.

Constructors

AccountDocuments({AccountBankAccountOwnershipVerification? bankAccountOwnershipVerification, AccountBankAccountOwnershipVerification? companyLicense, AccountBankAccountOwnershipVerification? companyMemorandumOfAssociation, AccountBankAccountOwnershipVerification? companyMinisterialDecree, AccountBankAccountOwnershipVerification? companyRegistrationVerification, AccountBankAccountOwnershipVerification? companyTaxIdVerification, AccountBankAccountOwnershipVerification? proofOfRegistration})
documents_specs
const
AccountDocuments.fromJson(Object? json)
factory

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode<V>(AccountDocuments instance, Encoder<V> encoder) → V