public class PersonalInformation extends Object
Constructor and Description |
---|
PersonalInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getDateOfBirth()
The date of birth of the customer
Format: YYYYMMDD |
String |
getGender()
The gender of the customer, possible values are:
|
PersonalIdentification |
getIdentification()
Object containing identification documents information
|
PersonalName |
getName()
Object containing the name details of the customer
|
void |
setDateOfBirth(String value)
The date of birth of the customer
Format: YYYYMMDD |
void |
setGender(String value)
The gender of the customer, possible values are:
|
void |
setIdentification(PersonalIdentification value)
Object containing identification documents information
|
void |
setName(PersonalName value)
Object containing the name details of the customer
|
public String getDateOfBirth()
public void setDateOfBirth(String value)
public String getGender()
public void setGender(String value)
public PersonalIdentification getIdentification()
public void setIdentification(PersonalIdentification value)
public PersonalName getName()
public void setName(PersonalName value)
Copyright © 2024 Worldline Global Collect. All rights reserved.