PersonalData

public PersonalData PersonalData(String uniqueNumber, String name, String phone, String email, String dob, String gender, String addressLine1, String addressLine2, String city, String district, 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.

phone

Phone Number 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.

country

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