| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PersonalInformation |
Customer.getPersonalInformation()
Object containing personal information like name, date of birth and gender.
|
PersonalInformation |
PersonalInformation.withDateOfBirth(String value)
The date of birth of the customer of the recipient of the loan.
|
PersonalInformation |
PersonalInformation.withGender(String value)
The gender of the customer, possible values are:
* male
* female
* unknown or empty
|
PersonalInformation |
PersonalInformation.withName(PersonalName value)
Object containing the name details of the customer
|
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setPersonalInformation(PersonalInformation value)
Object containing personal information like name, date of birth and gender.
|
Customer |
Customer.withPersonalInformation(PersonalInformation value)
Object containing personal information like name, date of birth and gender.
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.