Class VerificationSession.LastError
- 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
getCode()
A short machine-readable string giving the reason for the verification or user-session failure.A message that explains the reason for verification or user-session failure.int
hashCode()
void
A short machine-readable string giving the reason for the verification or user-session failure.void
A message that explains the reason for verification or user-session failure.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LastError
public LastError()
-
-
Method Details
-
getCode
A short machine-readable string giving the reason for the verification or user-session failure.One of
abandoned
,consent_declined
,country_not_supported
,device_not_supported
,document_expired
,document_type_not_supported
,document_unverified_other
,email_unverified_other
,email_verification_declined
,id_number_insufficient_document_data
,id_number_mismatch
,id_number_unverified_other
,phone_unverified_other
,phone_verification_declined
,selfie_document_missing_photo
,selfie_face_mismatch
,selfie_manipulated
,selfie_unverified_other
, orunder_supported_age
. -
getReason
A message that explains the reason for verification or user-session failure. -
setCode
A short machine-readable string giving the reason for the verification or user-session failure.One of
abandoned
,consent_declined
,country_not_supported
,device_not_supported
,document_expired
,document_type_not_supported
,document_unverified_other
,email_unverified_other
,email_verification_declined
,id_number_insufficient_document_data
,id_number_mismatch
,id_number_unverified_other
,phone_unverified_other
,phone_verification_declined
,selfie_document_missing_photo
,selfie_face_mismatch
,selfie_manipulated
,selfie_unverified_other
, orunder_supported_age
. -
setReason
A message that explains the reason for verification or user-session failure. -
equals
-
canEqual
-
hashCode
public int hashCode()
-