Class AccountPerson.Documents.Visa

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.AccountPerson.Documents.Visa
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
AccountPerson.Documents

public static class AccountPerson.Documents.Visa extends StripeObject
One or more documents showing the person’s visa required for living in the country where they are residing.
  • Constructor Details

    • Visa

      public Visa()
  • Method Details

    • getFiles

      public List<String> getFiles()
    • getType

      public String getType()
    • setFiles

      public void setFiles(List<String> files)
    • setType

      public void setType(String type)
    • 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