Class VerificationReport.Document.DocumentCheckError

    • Constructor Detail

      • DocumentCheckError

        public DocumentCheckError()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        A short machine-readable string giving the reason for the verification failure.

        One of document_expired, document_type_not_supported, or document_unverified_other.

      • getReason

        public java.lang.String getReason()
        A human-readable message giving the reason for the failure. These messages can be shown to your users.
      • setCode

        public void setCode​(java.lang.String code)
        A short machine-readable string giving the reason for the verification failure.

        One of document_expired, document_type_not_supported, or document_unverified_other.

      • setReason

        public void setReason​(java.lang.String reason)
        A human-readable message giving the reason for the failure. These messages can be shown to your users.
      • 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