public class PersonalInformation extends Object
| Constructor and Description |
|---|
PersonalInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDateOfBirth()
The date of birth of the customer of the recipient of the loan.
|
String |
getGender()
The gender of the customer, possible values are:
* male
* female
* unknown or empty
|
PersonalName |
getName()
Object containing the name details of the customer
|
void |
setDateOfBirth(String value)
The date of birth of the customer of the recipient of the loan.
|
void |
setGender(String value)
The gender of the customer, possible values are:
* male
* female
* unknown or empty
|
void |
setName(PersonalName value)
Object containing the name details of the customer
|
PersonalInformation |
withDateOfBirth(String value)
The date of birth of the customer of the recipient of the loan.
|
PersonalInformation |
withGender(String value)
The gender of the customer, possible values are:
* male
* female
* unknown or empty
|
PersonalInformation |
withName(PersonalName value)
Object containing the name details of the customer
|
public String getDateOfBirth()
public void setDateOfBirth(String value)
public PersonalInformation withDateOfBirth(String value)
public String getGender()
public void setGender(String value)
public PersonalInformation withGender(String value)
public PersonalName getName()
public void setName(PersonalName value)
public PersonalInformation withName(PersonalName value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.