Class Person.Verification.AdditionalDocument

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.Verification.AdditionalDocument
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Person.Verification

public static class Person.Verification.AdditionalDocument extends StripeObject
  • Constructor Details

    • AdditionalDocument

      public AdditionalDocument()
  • Method Details

    • getBack

      public String getBack()
      Get ID of expandable back object.
    • setBack

      public void setBack(String id)
    • getBackObject

      public File getBackObject()
      Get expanded back.
    • setBackObject

      public void setBackObject(File expandableObject)
    • getFront

      public String getFront()
      Get ID of expandable front object.
    • setFront

      public void setFront(String id)
    • getFrontObject

      public File getFrontObject()
      Get expanded front.
    • setFrontObject

      public void setFrontObject(File expandableObject)
    • getDetails

      public String getDetails()
      A user-displayable string describing the verification state of this document. For example, if a document is uploaded and the picture is too fuzzy, this may say "Identity document is too unclear to read".
    • getDetailsCode

      public String getDetailsCode()
      One of document_corrupt, document_country_not_supported, document_expired, document_failed_copy, document_failed_other, document_failed_test_mode, document_fraudulent, document_failed_greyscale, document_incomplete, document_invalid, document_manipulated, document_missing_back, document_missing_front, document_not_readable, document_not_uploaded, document_photo_mismatch, document_too_large, or document_type_not_supported. A machine-readable code specifying the verification state for this document.
    • setDetails

      public void setDetails(String details)
      A user-displayable string describing the verification state of this document. For example, if a document is uploaded and the picture is too fuzzy, this may say "Identity document is too unclear to read".
    • setDetailsCode

      public void setDetailsCode(String detailsCode)
      One of document_corrupt, document_country_not_supported, document_expired, document_failed_copy, document_failed_other, document_failed_test_mode, document_fraudulent, document_failed_greyscale, document_incomplete, document_invalid, document_manipulated, document_missing_back, document_missing_front, document_not_readable, document_not_uploaded, document_photo_mismatch, document_too_large, or document_type_not_supported. A machine-readable code specifying the verification state for this document.
    • 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