Class Person.Verification

    • Constructor Detail

      • Verification

        public Verification()
    • Method Detail

      • getAdditionalDocument

        public Person.VerificationDocument getAdditionalDocument()
        A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
      • getDetails

        public java.lang.String getDetails()
        A user-displayable string describing the verification state for the person. For example, this may say "Provided identity information could not be verified".
      • getDetailsCode

        public java.lang.String getDetailsCode()
        One of document_address_mismatch, document_dob_mismatch, document_duplicate_type, document_id_number_mismatch, document_name_mismatch, document_nationality_mismatch, failed_keyed_identity, or failed_other. A machine-readable code specifying the verification state for the person.
      • getStatus

        public java.lang.String getStatus()
        The state of verification for the person. Possible values are unverified, pending, or verified.
      • setAdditionalDocument

        public void setAdditionalDocument​(Person.VerificationDocument additionalDocument)
        A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
      • setDetails

        public void setDetails​(java.lang.String details)
        A user-displayable string describing the verification state for the person. For example, this may say "Provided identity information could not be verified".
      • setDetailsCode

        public void setDetailsCode​(java.lang.String detailsCode)
        One of document_address_mismatch, document_dob_mismatch, document_duplicate_type, document_id_number_mismatch, document_name_mismatch, document_nationality_mismatch, failed_keyed_identity, or failed_other. A machine-readable code specifying the verification state for the person.
      • setStatus

        public void setStatus​(java.lang.String status)
        The state of verification for the person. Possible values are unverified, pending, or verified.
      • 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