Class VerificationSession.Redaction

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationSession.Redaction
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
VerificationSession

public static class VerificationSession.Redaction extends StripeObject
  • Constructor Details

    • Redaction

      public Redaction()
  • Method Details

    • getStatus

      public String getStatus()
      Indicates whether this object and its related objects have been redacted or not.

      One of processing, or redacted.

    • setStatus

      public void setStatus(String status)
      Indicates whether this object and its related objects have been redacted or not.

      One of processing, or redacted.

    • 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