Class LoanRecipient

java.lang.Object
com.onlinepayments.domain.LoanRecipient

public class LoanRecipient extends Object
  • Constructor Details

    • LoanRecipient

      public LoanRecipient()
  • Method Details

    • getAccountNumber

      public String getAccountNumber()
      Should be filled with the last 10 digits of the bank account number of the recipient of the loan.
    • setAccountNumber

      public void setAccountNumber(String value)
      Should be filled with the last 10 digits of the bank account number of the recipient of the loan.
    • withAccountNumber

      public LoanRecipient withAccountNumber(String value)
      Should be filled with the last 10 digits of the bank account number of the recipient of the loan.
    • getDateOfBirth

      public String getDateOfBirth()
      The date of birth of the customer of the recipient of the loan. Format YYYYMMDD
    • setDateOfBirth

      public void setDateOfBirth(String value)
      The date of birth of the customer of the recipient of the loan. Format YYYYMMDD
    • withDateOfBirth

      public LoanRecipient withDateOfBirth(String value)
      The date of birth of the customer of the recipient of the loan. Format YYYYMMDD
    • getPartialPan

      public String getPartialPan()
      Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.
    • setPartialPan

      public 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.
    • withPartialPan

      public 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.
    • getSurname

      public String getSurname()
      Surname of the recipient of the loan.
    • setSurname

      public void setSurname(String value)
      Surname of the recipient of the loan.
    • withSurname

      public LoanRecipient withSurname(String value)
      Surname of the recipient of the loan.
    • getZip

      public String getZip()
      Zip code of the recipient of the loan
    • setZip

      public void setZip(String value)
      Zip code of the recipient of the loan
    • withZip

      public LoanRecipient withZip(String value)
      Zip code of the recipient of the loan