Class PersonalDocumentData


  • public class PersonalDocumentData
    extends Object
    PersonalDocumentData
    • Constructor Detail

      • PersonalDocumentData

        public PersonalDocumentData()
    • Method Detail

      • getExpirationDate

        public String getExpirationDate()
        The expiration date of the document. The date should be in ISO-8601 format yyyy-mm-dd (e.g. 2000-01-31).
        Returns:
        expirationDate
      • setExpirationDate

        public void setExpirationDate​(String expirationDate)
      • getIssuerCountry

        public String getIssuerCountry()
        The two-character country code of the issuer. >The permitted country codes are defined in ISO-3166-1 alpha-2 (e.g. 'NL').
        Returns:
        issuerCountry
      • setIssuerCountry

        public void setIssuerCountry​(String issuerCountry)
      • getIssuerState

        public String getIssuerState()
        The state issued the document (if applicable)
        Returns:
        issuerState
      • setIssuerState

        public void setIssuerState​(String issuerState)
      • getNumber

        public String getNumber()
        The number of the document. Delete the given type if the value empty.
        Returns:
        number
      • setNumber

        public void setNumber​(String number)
      • getType

        public PersonalDocumentData.TypeEnum getType()
        The type of the document. More then one item pert type does not allowed. Valid values: ID, PASSPORT, VISA, DRIVINGLICENSE
        Returns:
        type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object