NaturalPersonKYCFields class Null safety

Constructors

NaturalPersonKYCFields()

Properties

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