Class VerificationReport.Document.Errors

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Document.Errors
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
VerificationReport.Document

public static class VerificationReport.Document.Errors extends StripeObject
  • Constructor Details

    • Errors

      public Errors()
  • Method Details

    • getCode

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

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

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object