public static class Person.Verification extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Verification() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Person.VerificationDocument |
getAdditionalDocument()
A document showing address, either a passport, local ID card, or utility bill from a
well-known utility company.
|
java.lang.String |
getDetails()
A user-displayable string describing the verification state for the person.
|
java.lang.String |
getDetailsCode()
One of
document_address_mismatch , document_dob_mismatch , document_duplicate_type , document_id_number_mismatch , document_name_mismatch , document_nationality_mismatch , failed_keyed_identity , or failed_other . |
Person.VerificationDocument |
getDocument() |
java.lang.String |
getStatus()
The state of verification for the person.
|
int |
hashCode() |
void |
setAdditionalDocument(Person.VerificationDocument additionalDocument)
A document showing address, either a passport, local ID card, or utility bill from a
well-known utility company.
|
void |
setDetails(java.lang.String details)
A user-displayable string describing the verification state for the person.
|
void |
setDetailsCode(java.lang.String detailsCode)
One of
document_address_mismatch , document_dob_mismatch , document_duplicate_type , document_id_number_mismatch , document_name_mismatch , document_nationality_mismatch , failed_keyed_identity , or failed_other . |
void |
setDocument(Person.VerificationDocument document) |
void |
setStatus(java.lang.String status)
The state of verification for the person.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public Person.VerificationDocument getAdditionalDocument()
public java.lang.String getDetails()
public java.lang.String getDetailsCode()
document_address_mismatch
, document_dob_mismatch
, document_duplicate_type
, document_id_number_mismatch
, document_name_mismatch
, document_nationality_mismatch
, failed_keyed_identity
, or failed_other
. A machine-readable code specifying the
verification state for the person.public Person.VerificationDocument getDocument()
public java.lang.String getStatus()
unverified
, pending
, or verified
.public void setAdditionalDocument(Person.VerificationDocument additionalDocument)
public void setDetails(java.lang.String details)
public void setDetailsCode(java.lang.String detailsCode)
document_address_mismatch
, document_dob_mismatch
, document_duplicate_type
, document_id_number_mismatch
, document_name_mismatch
, document_nationality_mismatch
, failed_keyed_identity
, or failed_other
. A machine-readable code specifying the
verification state for the person.public void setDocument(Person.VerificationDocument document)
public void setStatus(java.lang.String status)
unverified
, pending
, or verified
.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object