Package com.stripe.model.identity
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCode()
A short machine-readable string giving the reason for the verification failure.A human-readable message giving the reason for the failure.int
hashCode()
void
A short machine-readable string giving the reason for the verification failure.void
A human-readable message giving the reason for the failure.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Errors
public Errors()
-
-
Method Details
-
getCode
A short machine-readable string giving the reason for the verification failure.One of
document_expired
,document_type_not_supported
, ordocument_unverified_other
. -
getReason
A human-readable message giving the reason for the failure. These messages can be shown to your users. -
setCode
A short machine-readable string giving the reason for the verification failure.One of
document_expired
,document_type_not_supported
, ordocument_unverified_other
. -
setReason
A human-readable message giving the reason for the failure. These messages can be shown to your users. -
equals
-
canEqual
-
hashCode
public int hashCode()
-