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 SummaryNested 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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Verificationpublic Verification()
 
- 
- 
Method Details- 
getAdditionalDocumentA document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
- 
getDetailsA user-displayable string describing the verification state for the person. For example, this may say "Provided identity information could not be verified".
- 
getDetailsCodeOne 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
- 
getStatusThe state of verification for the person. Possible values areunverified,pending, orverified. Please refer guide to handle verification updates.
- 
setAdditionalDocumentA document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
- 
setDetailsA user-displayable string describing the verification state for the person. For example, this may say "Provided identity information could not be verified".
- 
setDetailsCodeOne 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
- 
setStatusThe state of verification for the person. Possible values areunverified,pending, orverified. Please refer guide to handle verification updates.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-