Package com.stripe.model.identity
Class VerificationSession.Redaction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationSession.Redaction
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationSession
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Indicates whether this object and its related objects have been redacted or not.int
hashCode()
void
Indicates whether this object and its related objects have been redacted or not.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Redaction
public Redaction()
-
-
Method Details
-
getStatus
Indicates whether this object and its related objects have been redacted or not.One of
processing
, orredacted
. -
setStatus
Indicates whether this object and its related objects have been redacted or not.One of
processing
, orredacted
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-