Class IdDocument

java.lang.Object
org.apache.fineract.client.models.IdDocument

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class IdDocument extends Object
IdDocument
  • Field Details

  • Constructor Details

    • IdDocument

      public IdDocument()
  • Method Details

    • idNumber

      public IdDocument idNumber(String idNumber)
    • getIdNumber

      @Nullable public String getIdNumber()
      Get idNumber
      Returns:
      idNumber
    • setIdNumber

      public void setIdNumber(String idNumber)
    • idType

      public IdDocument idType(String idType)
    • getIdType

      @Nullable public String getIdType()
      Get idType
      Returns:
      idType
    • setIdType

      public void setIdType(String idType)
    • issuerCountry

      public IdDocument issuerCountry(String issuerCountry)
    • getIssuerCountry

      @Nullable public String getIssuerCountry()
      Get issuerCountry
      Returns:
      issuerCountry
    • setIssuerCountry

      public void setIssuerCountry(String issuerCountry)
    • otherIdDescription

      public IdDocument otherIdDescription(String otherIdDescription)
    • getOtherIdDescription

      @Nullable public String getOtherIdDescription()
      Get otherIdDescription
      Returns:
      otherIdDescription
    • setOtherIdDescription

      public void setOtherIdDescription(String otherIdDescription)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object