NaturalPersonKYCFields class

Constructors

NaturalPersonKYCFields()

Properties

additionalName String?
Middle name or other additional name
getter/setter pair
address String?
Entire address (country, state, postal code, street address, etc...) as a multi-line string
getter/setter pair
addressCountryCode String?
country code for current address
getter/setter pair
birthCountryCode String?
ISO Code of country of birth ISO 3166-1 alpha-3
getter/setter pair
birthDate DateTime?
Date of birth, e.g. 1976-07-04
getter/setter pair
birthPlace String?
Place of birth (city, state, country; as on passport)
getter/setter pair
city String?
name of city/town
getter/setter pair
emailAddress String?
Email address
getter/setter pair
employerAddress String?
Address of employer
getter/setter pair
employerName String?
Name of employer.
getter/setter pair
financialAccountKYCFields FinancialAccountKYCFields?
Financial Account Fields
getter/setter pair
firstName String?
Given or first name
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idCountryCode String?
country issuing passport or photo ID as ISO 3166-1 alpha-3 code
getter/setter pair
idExpirationDate DateTime?
ID expiration date
getter/setter pair
idIssueDate DateTime?
ID issue date
getter/setter pair
idNumber String?
Passport or ID number
getter/setter pair
idType String?
passport, drivers_license, id_card, etc...
getter/setter pair
ipAddress String?
IP address of customer's computer
getter/setter pair
languageCode String?
primary language ISO 639-1
getter/setter pair
lastName String?
Family or last name
getter/setter pair
mobileNumber String?
Mobile phone number with country code, in E.164 format
getter/setter pair
notaryApprovalOfPhotoId Uint8List?
Image of notary's approval of photo ID or passport
getter/setter pair
occupation int?
Occupation ISCO code.
getter/setter pair
photoIdBack Uint8List?
Image of back of user's photo ID or passport
getter/setter pair
photoIdFront Uint8List?
Image of front of user's photo ID or passport
getter/setter pair
photoProofResidence Uint8List?
Image of a utility bill, bank statement or similar with the user's name and address
getter/setter pair
postalCode String?
Postal or other code identifying user's locale
getter/setter pair
proofOfIncome Uint8List?
Image of user's proof of income document
getter/setter pair
proofOfLiveness Uint8List?
Video or image file of user as a liveness proof
getter/setter pair
referralId String?
User's origin (such as an id in another application) or a referral code
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex String?
male, female, or other
getter/setter pair
stateOrProvince String?
name of state/province/region/prefecture
getter/setter pair
taxId String?
Tax identifier of user in their country (social security number in US)
getter/setter pair
taxIdName String?
Name of the tax ID (SSN or ITIN in the US)
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