OrganizationKYCFields class

Constructors

OrganizationKYCFields()

Properties

addressCountryCode String?
Country code for current address
getter/setter pair
city String?
name of city/town
getter/setter pair
directorName String?
Organization registered managing director
getter/setter pair
email String?
Organization contact email
getter/setter pair
financialAccountKYCFields FinancialAccountKYCFields?
Financial Account Fields
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Full organization name as on the incorporation papers
getter/setter pair
numberOfShareholders int?
Organization shareholder number
getter/setter pair
phone String?
Organization contact phone
getter/setter pair
photoIncorporationDoc Uint8List?
Image of incorporation documents
getter/setter pair
photoProofAddress Uint8List?
Image of a utility bill, bank statement with the organization's name and address
getter/setter pair
postalCode String?
Postal or other code identifying organization's locale
getter/setter pair
registeredAddress String?
Organization registered address
getter/setter pair
registrationDate String?
Date the organization was registered
getter/setter pair
registrationNumber String?
Organization registration number
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareholderName String?
Can be an organization or a person and should be queried recursively up to the ultimate beneficial owners (with KYC information for natural persons such as above)
getter/setter pair
stateOrProvince String?
Name of state/province/region/prefecture
getter/setter pair
VATNumber String?
Organization VAT number
getter/setter pair
website String?
Organization website
getter/setter pair

Methods

fields() Map<String, String>
files() Map<String, Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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