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

Constants

additional_name_field_key → const String
'additional_name'
address_country_code_field_key → const String
'address_country_code'
address_field_key → const String
'address'
birth_country_code_field_key → const String
'birth_country_code'
birth_date_field_key → const String
'birth_date'
birth_place_field_key → const String
'birth_place'
city_field_key → const String
'city'
email_address_field_key → const String
'email_address'
employer_address_field_key → const String
'employer_address'
employer_name_field_key → const String
'employer_name'
first_name_field_key → const String
'first_name'
id_country_code_field_key → const String
'id_country_code'
id_expiration_date_field_key → const String
'id_expiration_date'
id_issue_date_field_key → const String
'id_issue_date'
id_number_field_key → const String
'id_number'
id_type_field_key → const String
'id_type'
ip_address_field_key → const String
'ip_address'
language_code_field_key → const String
'language_code'
last_name_field_key → const String
'last_name'
mobile_number_field_key → const String
'mobile_number'
notary_approval_of_photo_id_file_key → const String
'notary_approval_of_photo_id'
occupation_field_key → const String
'occupation'
photo_id_back_file_key → const String
'photo_id_back'
photo_id_front_file_key → const String
'photo_id_front'
photo_proof_residence_file_key → const String
'photo_proof_residence'
postal_code_field_key → const String
'postal_code'
proof_of_income_file_key → const String
'proof_of_income'
proof_of_liveness_file_key → const String
'proof_of_liveness'
referral_id_field_key → const String
'referral_id'
sex_field_key → const String
'sex'
state_or_province_field_key → const String
'state_or_province'
tax_id_field_key → const String
'tax_id'
tax_id_name_field_key → const String
'tax_id_name'