PersonalData

public final class PersonalData

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.

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
private final String addressLine1

Type:string
example: 123 Main Street
Address Line 1 for the Customer, can be optionally provided for any Service.

Link copied to clipboard
private final String addressLine2

Type:string
example:Company Name
Address Line 2 for the Customer, can be optionally provided for any Service.

Link copied to clipboard
private final String city

Type:string
example:San Francisco
City address of the Customer, can be optionally provided for any Service.

Link copied to clipboard
private final String country

Type: string
maxLength: 3
minLength: 3
example: USA
Country associated with the Customer, can be optionally provided for any Service. This must be the 3 digit ISO Country Code.

Link copied to clipboard
private final String district

Type:string
example:CA
District address of the Customer, can be optionally provided for any Service.

Link copied to clipboard
private final String dob

Type:string($DD/MM/YYYY)
example: 31/12/2019
Date of birth of the customer, can be optionally provided for any Service.

Link copied to clipboard
private final String email

Type:string($email)
example: someone@company.com
Email address of the Customer, can be optionally provided for any Service.

Link copied to clipboard
private final String gender

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

Link copied to clipboard
private final String name

Type:string
example: John Doe
Name of the customer, can be optionally provided for any Service.

Link copied to clipboard
private final String phone

Type:string
example: 1234567890
Phone Number of the customer

Link copied to clipboard
private final String uniqueNumber

Type:string
maxLength: 45
This is a unique number that will be associated with the customer when enrolling or when performing future verifications.

Functions

Link copied to clipboard
public final String getAddressLine1()

Type:string
example: 123 Main Street
Address Line 1 for the Customer, can be optionally provided for any Service.

Link copied to clipboard
public final String getAddressLine2()

Type:string
example:Company Name
Address Line 2 for the Customer, can be optionally provided for any Service.

Link copied to clipboard
public final String getCity()

Type:string
example:San Francisco
City address of the Customer, can be optionally provided for any Service.

Link copied to clipboard
public final String getCountry()

Type: string
maxLength: 3
minLength: 3
example: USA
Country associated with the Customer, can be optionally provided for any Service. This must be the 3 digit ISO Country Code.

Link copied to clipboard
public final String getDistrict()

Type:string
example:CA
District address of the Customer, can be optionally provided for any Service.

Link copied to clipboard
public final String getDob()

Type:string($DD/MM/YYYY)
example: 31/12/2019
Date of birth of the customer, can be optionally provided for any Service.

Link copied to clipboard
public final String getEmail()

Type:string($email)
example: someone@company.com
Email address of the Customer, can be optionally provided for any Service.

Link copied to clipboard
public final String getGender()

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

Link copied to clipboard
public final String getName()

Type:string
example: John Doe
Name of the customer, can be optionally provided for any Service.

Link copied to clipboard
public final String getPhone()

Type:string
example: 1234567890
Phone Number of the customer

Link copied to clipboard
public final String getUniqueNumber()

Type:string
maxLength: 45
This is a unique number that will be associated with the customer when enrolling or when performing future verifications.