Class Cardholder.Individual.Verification.Document

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Cardholder.Individual.Verification.Document
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Cardholder.Individual.Verification

public static class Cardholder.Individual.Verification.Document extends StripeObject
  • Constructor Details

    • Document

      public Document()
  • 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()
    • setFrontObject

      public void setFrontObject(File expandableObject)
    • 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