public class LoanRecipient extends Object
| Constructor and Description |
|---|
LoanRecipient() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Should be filled with the last 10 digits of the bank account number of the recipient of the loan.
|
String |
getDateOfBirth()
The date of birth of the customer of the recipient of the loan.
|
String |
getPartialPan()
Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.
|
String |
getSurname()
Surname of the recipient of the loan.
|
String |
getZip()
Zip code of the recipient of the loan
|
void |
setAccountNumber(String value)
Should be filled with the last 10 digits of the bank account number of the recipient of the loan.
|
void |
setDateOfBirth(String value)
The date of birth of the customer of the recipient of the loan.
|
void |
setPartialPan(String value)
Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.
|
void |
setSurname(String value)
Surname of the recipient of the loan.
|
void |
setZip(String value)
Zip code of the recipient of the loan
|
LoanRecipient |
withAccountNumber(String value)
Should be filled with the last 10 digits of the bank account number of the recipient of the loan.
|
LoanRecipient |
withDateOfBirth(String value)
The date of birth of the customer of the recipient of the loan.
|
LoanRecipient |
withPartialPan(String value)
Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.
|
LoanRecipient |
withSurname(String value)
Surname of the recipient of the loan.
|
LoanRecipient |
withZip(String value)
Zip code of the recipient of the loan
|
public String getAccountNumber()
public void setAccountNumber(String value)
public LoanRecipient withAccountNumber(String value)
public String getDateOfBirth()
public void setDateOfBirth(String value)
public LoanRecipient withDateOfBirth(String value)
public String getPartialPan()
public void setPartialPan(String value)
public LoanRecipient withPartialPan(String value)
public String getSurname()
public void setSurname(String value)
public LoanRecipient withSurname(String value)
public String getZip()
public void setZip(String value)
public LoanRecipient withZip(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.