Class VerificationReport.Document

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Document
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
VerificationReport

public static class VerificationReport.Document extends StripeObject
Result from a document check.
  • Constructor Details

    • Document

      public Document()
  • Method Details

    • getAddress

      public Address 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 is unverified.
    • getExpirationDate

      public VerificationReport.Document.ExpirationDate getExpirationDate()
      Expiration date of the document.
    • getFiles

      public List<String> getFiles()
      Array of File ids containing images for this document.
    • getFirstName

      public String getFirstName()
      First name as it appears in the document.
    • getIssuedDate

      Issued date of the document.
    • getIssuingCountry

      public String getIssuingCountry()
      Issuing country of the document.
    • getLastName

      public String getLastName()
      Last name as it appears in the document.
    • getNumber

      public String getNumber()
      Document ID number.
    • getStatus

      public String getStatus()
      Status of this document check.

      One of unverified, or verified.

    • getType

      public String getType()
      Type of the document.

      One of driving_license, id_card, or passport.

    • setAddress

      public void setAddress(Address address)
      Address as it appears in the document.
    • setDob

      public void setDob(VerificationReport.Document.Dob dob)
      Date of birth as it appears in the document.
    • setError

      public void setError(VerificationReport.Document.Errors error)
      Details on the verification error. Present when status is unverified.
    • setExpirationDate

      public void setExpirationDate(VerificationReport.Document.ExpirationDate expirationDate)
      Expiration date of the document.
    • setFiles

      public void setFiles(List<String> files)
      Array of File ids containing images for this document.
    • setFirstName

      public void setFirstName(String firstName)
      First name as it appears in the document.
    • setIssuedDate

      public void setIssuedDate(VerificationReport.Document.IssuedDate issuedDate)
      Issued date of the document.
    • setIssuingCountry

      public void setIssuingCountry(String issuingCountry)
      Issuing country of the document.
    • setLastName

      public void setLastName(String lastName)
      Last name as it appears in the document.
    • setNumber

      public void setNumber(String number)
      Document ID number.
    • setStatus

      public void setStatus(String status)
      Status of this document check.

      One of unverified, or verified.

    • setType

      public void setType(String type)
      Type of the document.

      One of driving_license, id_card, or passport.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object