Package com.onlinepayments.domain
Class LoanRecipient
java.lang.Object
com.onlinepayments.domain.LoanRecipient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionShould be filled with the last 10 digits of the bank account number of the recipient of the loan.The date of birth of the customer of the recipient of the loan.Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.Surname of the recipient of the loan.getZip()Zip code of the recipient of the loanvoidsetAccountNumber(String value) Should be filled with the last 10 digits of the bank account number of the recipient of the loan.voidsetDateOfBirth(String value) The date of birth of the customer of the recipient of the loan.voidsetPartialPan(String value) Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.voidsetSurname(String value) Surname of the recipient of the loan.voidZip code of the recipient of the loanwithAccountNumber(String value) Should be filled with the last 10 digits of the bank account number of the recipient of the loan.withDateOfBirth(String value) The date of birth of the customer of the recipient of the loan.withPartialPan(String value) Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.withSurname(String value) Surname of the recipient of the loan.Zip code of the recipient of the loan
-
Constructor Details
-
LoanRecipient
public LoanRecipient()
-
-
Method Details
-
getAccountNumber
Should be filled with the last 10 digits of the bank account number of the recipient of the loan. -
setAccountNumber
Should be filled with the last 10 digits of the bank account number of the recipient of the loan. -
withAccountNumber
Should be filled with the last 10 digits of the bank account number of the recipient of the loan. -
getDateOfBirth
The date of birth of the customer of the recipient of the loan. Format YYYYMMDD -
setDateOfBirth
The date of birth of the customer of the recipient of the loan. Format YYYYMMDD -
withDateOfBirth
The date of birth of the customer of the recipient of the loan. Format YYYYMMDD -
getPartialPan
Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan. -
setPartialPan
Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan. -
withPartialPan
Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan. -
getSurname
Surname of the recipient of the loan. -
setSurname
Surname of the recipient of the loan. -
withSurname
Surname of the recipient of the loan. -
getZip
Zip code of the recipient of the loan -
setZip
Zip code of the recipient of the loan -
withZip
Zip code of the recipient of the loan
-