Class VerificationReport.Document

    • Constructor Detail

      • Document

        public Document()
    • Method Detail

      • getAddress

        public Address getAddress()
        Address as it appears in the document.
      • getFiles

        public java.util.List<java.lang.String> getFiles()
        Array of File ids containing images for this document.
      • getFirstName

        public java.lang.String getFirstName()
        First name as it appears in the document.
      • getIssuingCountry

        public java.lang.String getIssuingCountry()
        Issuing country of the document.
      • getLastName

        public java.lang.String getLastName()
        Last name as it appears in the document.
      • getNumber

        public java.lang.String getNumber()
        Document ID number.
      • getStatus

        public java.lang.String getStatus()
        Status of this document check.

        One of unverified, or verified.

      • getType

        public java.lang.String getType()
        Type of the document.

        One of driving_license, id_card, or passport.

      • setAddress

        public void setAddress​(Address address)
        Address as it appears in the document.
      • setFiles

        public void setFiles​(java.util.List<java.lang.String> files)
        Array of File ids containing images for this document.
      • setFirstName

        public void setFirstName​(java.lang.String firstName)
        First name as it appears in the document.
      • setIssuingCountry

        public void setIssuingCountry​(java.lang.String issuingCountry)
        Issuing country of the document.
      • setLastName

        public void setLastName​(java.lang.String lastName)
        Last name as it appears in the document.
      • setNumber

        public void setNumber​(java.lang.String number)
        Document ID number.
      • setStatus

        public void setStatus​(java.lang.String status)
        Status of this document check.

        One of unverified, or verified.

      • setType

        public void setType​(java.lang.String type)
        Type of the document.

        One of driving_license, id_card, or passport.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object