Package com.stripe.model.identity
Class VerificationReport.Document
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Document
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport
Result from a document check.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Point in Time.static class
static class
Point in Time.static class
Point in Time. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Address as it appears in the document.getDob()
Date of birth as it appears in the document.getError()
Details on the verification error.Expiration date of the document.getFiles()
Array of File ids containing images for this document.First name as it appears in the document.Issued date of the document.Issuing country of the document.Last name as it appears in the document.Document ID number.Status of thisdocument
check.getType()
Type of the document.int
hashCode()
void
setAddress
(Address address) Address as it appears in the document.void
Date of birth as it appears in the document.void
Details on the verification error.void
setExpirationDate
(VerificationReport.Document.ExpirationDate expirationDate) Expiration date of the document.void
Array of File ids containing images for this document.void
setFirstName
(String firstName) First name as it appears in the document.void
setIssuedDate
(VerificationReport.Document.IssuedDate issuedDate) Issued date of the document.void
setIssuingCountry
(String issuingCountry) Issuing country of the document.void
setLastName
(String lastName) Last name as it appears in the document.void
Document ID number.void
Status of thisdocument
check.void
Type of the document.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getAddress
Address as it appears in the document. -
getDob
Date of birth as it appears in the document. -
getError
Details on the verification error. Present when status isunverified
. -
getExpirationDate
Expiration date of the document. -
getFiles
Array of File ids containing images for this document. -
getFirstName
First name as it appears in the document. -
getIssuedDate
Issued date of the document. -
getIssuingCountry
Issuing country of the document. -
getLastName
Last name as it appears in the document. -
getNumber
Document ID number. -
getStatus
Status of thisdocument
check.One of
unverified
, orverified
. -
getType
Type of the document.One of
driving_license
,id_card
, orpassport
. -
setAddress
Address as it appears in the document. -
setDob
Date of birth as it appears in the document. -
setError
Details on the verification error. Present when status isunverified
. -
setExpirationDate
Expiration date of the document. -
setFiles
Array of File ids containing images for this document. -
setFirstName
First name as it appears in the document. -
setIssuedDate
Issued date of the document. -
setIssuingCountry
Issuing country of the document. -
setLastName
Last name as it appears in the document. -
setNumber
Document ID number. -
setStatus
Status of thisdocument
check.One of
unverified
, orverified
. -
setType
Type of the document.One of
driving_license
,id_card
, orpassport
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-