Class Person.Documents.CompanyAuthorization

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

public static class Person.Documents.CompanyAuthorization extends StripeObject
For more details about CompanyAuthorization, please refer to the API Reference.
  • Constructor Details

    • CompanyAuthorization

      public CompanyAuthorization()
  • Method Details

    • getFiles

      public List<String> getFiles()
      One or more document IDs returned by a file upload with a purpose value of account_requirement.
    • getType

      public String getType()
      The format of the document. Currently supports files only.

      Equal to files.

    • setFiles

      public void setFiles(List<String> files)
      One or more document IDs returned by a file upload with a purpose value of account_requirement.
    • setType

      public void setType(String type)
      The format of the document. Currently supports files only.

      Equal to files.

    • 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