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
Properties
- bankAccountOwnershipVerification → AccountBankAccountOwnershipVerification?
-
documents_param
final
- companyLicense → AccountBankAccountOwnershipVerification?
-
final
- companyMemorandumOfAssociation → AccountBankAccountOwnershipVerification?
-
final
- companyMinisterialDecree → AccountBankAccountOwnershipVerification?
-
final
- companyRegistrationVerification → AccountBankAccountOwnershipVerification?
-
final
- companyTaxIdVerification → AccountBankAccountOwnershipVerification?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- proofOfRegistration → AccountBankAccountOwnershipVerification?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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