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
For more details about Verification, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AdditionalDocument, please refer to the API Reference.static class
For more details about Document, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
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, 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
. Please refer guide to handle verification updates. -
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
. Please refer guide to handle verification updates. -
equals
-
canEqual
-
hashCode
public int hashCode()
-