Class VerificationReport.Selfie

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

public static class VerificationReport.Selfie extends StripeObject
Result from a selfie check.
  • Constructor Details

    • Selfie

      public Selfie()
  • Method Details

    • getDocument

      public String getDocument()
      ID of the File holding the image of the identity document used in this check.
    • getError

      Details on the verification error. Present when status is unverified.
    • getSelfie

      public String getSelfie()
      ID of the File holding the image of the selfie used in this check.
    • getStatus

      public String getStatus()
      Status of this selfie check.

      One of unverified, or verified.

    • setDocument

      public void setDocument(String document)
      ID of the File holding the image of the identity document used in this check.
    • setError

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

      public void setSelfie(String selfie)
      ID of the File holding the image of the selfie used in this check.
    • setStatus

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

      One of unverified, or verified.

    • 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