OrganizationKYCFields class

Constructors

OrganizationKYCFields()

Properties

addressCountryCode String
Country code for current address
read / write
city String
name of city/town
read / write
directorName String
Organization registered managing director
read / write
email String
Organization contact email
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
name String
Full organiation name as on the incorporation papers
read / write
numberOfShareholders int
Organization shareholder number
read / write
phone String
Organization contact phone
read / write
photoIncorporationDoc Uint8List
Image of incorporation documents
read / write
photoProofAddress Uint8List
Image of a utility bill, bank statement with the organization's name and address
read / write
postalCode String
Postal or other code identifying organization's locale
read / write
registeredAddress String
Organization registered address
read / write
registrationNumber String
Organization registration number
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
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)
read / write
stateOrProvince String
Name of state/province/region/prefecture
read / write
VATNumber String
Organization VAT number
read / write
website String
Organization website
read / write

Methods

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

Operators

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