Package com.stripe.model
Class Person.Verification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.Verification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person
The specific user onboarding requirement field (in the requirements hash) that needs to be
resolved.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.A user-displayable string describing the verification state for the person.One ofdocument_address_mismatch
,document_dob_mismatch
,document_duplicate_type
,document_id_number_mismatch
,document_name_mismatch
,document_nationality_mismatch
,failed_keyed_identity
, orfailed_other
.The state of verification for the person.int
hashCode()
void
setAdditionalDocument
(Person.Verification.AdditionalDocument additionalDocument) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.void
setDetails
(String details) A user-displayable string describing the verification state for the person.void
setDetailsCode
(String detailsCode) One ofdocument_address_mismatch
,document_dob_mismatch
,document_duplicate_type
,document_id_number_mismatch
,document_name_mismatch
,document_nationality_mismatch
,failed_keyed_identity
, orfailed_other
.void
setDocument
(Person.Verification.Document document) void
The state of verification for the person.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Verification
public Verification()
-
-
Method Details
-
getAdditionalDocument
A document showing address, either a passport, local ID card, or utility bill from a well-known utility company. -
getDetails
A user-displayable string describing the verification state for the person. For example, this may say "Provided identity information could not be verified". -
getDetailsCode
One ofdocument_address_mismatch
,document_dob_mismatch
,document_duplicate_type
,document_id_number_mismatch
,document_name_mismatch
,document_nationality_mismatch
,failed_keyed_identity
, orfailed_other
. A machine-readable code specifying the verification state for the person. -
getDocument
-
getStatus
The state of verification for the person. Possible values areunverified
,pending
, orverified
. -
setAdditionalDocument
A document showing address, either a passport, local ID card, or utility bill from a well-known utility company. -
setDetails
A user-displayable string describing the verification state for the person. For example, this may say "Provided identity information could not be verified". -
setDetailsCode
One ofdocument_address_mismatch
,document_dob_mismatch
,document_duplicate_type
,document_id_number_mismatch
,document_name_mismatch
,document_nationality_mismatch
,failed_keyed_identity
, orfailed_other
. A machine-readable code specifying the verification state for the person. -
setDocument
-
setStatus
The state of verification for the person. Possible values areunverified
,pending
, orverified
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-