Package com.stripe.model.identity
Class VerificationReport.Selfie
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Selfie
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport
Result from a selfie check.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
ID of the File holding the image of the identity document used in this check.getError()
Details on the verification error.ID of the File holding the image of the selfie used in this check.Status of thisselfie
check.int
hashCode()
void
setDocument
(String document) ID of the File holding the image of the identity document used in this check.void
Details on the verification error.void
ID of the File holding the image of the selfie used in this check.void
Status of thisselfie
check.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Selfie
public Selfie()
-
-
Method Details
-
getDocument
ID of the File holding the image of the identity document used in this check. -
getError
Details on the verification error. Present when status isunverified
. -
getSelfie
ID of the File holding the image of the selfie used in this check. -
getStatus
Status of thisselfie
check.One of
unverified
, orverified
. -
setDocument
ID of the File holding the image of the identity document used in this check. -
setError
Details on the verification error. Present when status isunverified
. -
setSelfie
ID of the File holding the image of the selfie used in this check. -
setStatus
Status of thisselfie
check.One of
unverified
, orverified
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-