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 classFor more details about AdditionalDocument, please refer to the API Reference.static classFor 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 booleanbooleanA 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.inthashCode()voidsetAdditionalDocument(Person.Verification.AdditionalDocument additionalDocument) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.voidsetDetails(String details) A user-displayable string describing the verification state for the person.voidsetDetailsCode(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.voidsetDocument(Person.Verification.Document document) voidThe 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()
-