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
Nested ClassesModifier and TypeClassDescriptionstatic classPoint in Time.static classFor more details about Errors, please refer to the API Reference.static classPoint in Time.static classPoint in Time. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAddress as it appears in the document.Get ID of expandableblockedByEntryobject.Get expandedblockedByEntry.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.getSex()Sex of the person in the document.Status of thisdocumentcheck.getType()Type of the document.Place of birth as it appears in the document.Sex as it appears in the document.inthashCode()voidsetAddress(Address address) Address as it appears in the document.voidvoidsetBlockedByEntryObject(BlocklistEntry expandableObject) voidDate of birth as it appears in the document.voidDetails on the verification error.voidsetExpirationDate(VerificationReport.Document.ExpirationDate expirationDate) Expiration date of the document.voidArray of File ids containing images for this document.voidsetFirstName(String firstName) First name as it appears in the document.voidsetIssuedDate(VerificationReport.Document.IssuedDate issuedDate) Issued date of the document.voidsetIssuingCountry(String issuingCountry) Issuing country of the document.voidsetLastName(String lastName) Last name as it appears in the document.voidDocument ID number.voidSex of the person in the document.voidStatus of thisdocumentcheck.voidType of the document.voidsetUnparsedPlaceOfBirth(String unparsedPlaceOfBirth) Place of birth as it appears in the document.voidsetUnparsedSex(String unparsedSex) Sex as it appears in the document.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getBlockedByEntry
Get ID of expandableblockedByEntryobject. -
setBlockedByEntry
-
getBlockedByEntryObject
Get expandedblockedByEntry. -
setBlockedByEntryObject
-
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. -
getSex
Sex of the person in the document.One of
[redacted],female,male, orunknown. -
getStatus
Status of thisdocumentcheck.One of
unverified, orverified. -
getType
Type of the document.One of
driving_license,id_card, orpassport. -
getUnparsedPlaceOfBirth
Place of birth as it appears in the document. -
getUnparsedSex
Sex as it appears in the document. -
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. -
setSex
Sex of the person in the document.One of
[redacted],female,male, orunknown. -
setStatus
Status of thisdocumentcheck.One of
unverified, orverified. -
setType
Type of the document.One of
driving_license,id_card, orpassport. -
setUnparsedPlaceOfBirth
Place of birth as it appears in the document. -
setUnparsedSex
Sex as it appears in the document. -
equals
-
canEqual
-
hashCode
public int hashCode()
-