Class PersonalInformation

java.lang.Object
com.onlinepayments.domain.PersonalInformation

public class PersonalInformation extends Object
  • Constructor Details

    • PersonalInformation

      public PersonalInformation()
  • Method Details

    • 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 PersonalInformation withDateOfBirth(String value)
      The date of birth of the customer of the recipient of the loan. Format YYYYMMDD
    • getGender

      public String getGender()
      The gender of the customer. All values are possible as long as it does not exceed the maximum length of 50 characters.
    • setGender

      public void setGender(String value)
      The gender of the customer. All values are possible as long as it does not exceed the maximum length of 50 characters.
    • withGender

      public PersonalInformation withGender(String value)
      The gender of the customer. All values are possible as long as it does not exceed the maximum length of 50 characters.
    • getName

      public PersonalName getName()
      Object containing the name details of the customer
    • setName

      public void setName(PersonalName value)
      Object containing the name details of the customer
    • withName

      public PersonalInformation withName(PersonalName value)
      Object containing the name details of the customer