PersonalData

public PersonalData PersonalData(String uniqueNumber, String name, String firstName, String middleName, String lastName, String phone, String phoneCountryCode, String email, String dob, String gender, String addressLine1, String addressLine2, String city, String district, String postalCode, String country)

Parameters

uniqueNumber

This is a unique number that will be associated with the customer when enrolling or when performing future verifications.

name

Name of the customer, can be optionally provided for any Service.

firstName

First name of the customer, can be optionally provided for any Service.

middleName

Middle name of the customer, can be optionally provided for any Service.

lastName

Last name of the customer, can be optionally provided for any Service.

phone

Phone Number of the customer

phoneCountryCode

Phone Number country code of the customer.

email

Email address of the Customer, can be optionally provided for any Service.

dob

Date of birth of the customer, can be optionally provided for any Service.

gender

Gender of the Customer, can be optionally provided for any Service. Valid values are: F or M

addressLine1

Address Line 1 for the Customer, can be optionally provided for any Service.

addressLine2

Address Line 2 for the Customer, can be optionally provided for any Service.

city

City address of the Customer, can be optionally provided for any Service.

district

District address of the Customer, can be optionally provided for any Service.

postalCode

Postal Code of the Customer, can be optionally provided for any Service.

country

Country associated with the Customer, can be optionally provided for any Service. This must be the 3 digit ISO Country Code.