Class Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Identity.BusinessDetails.Documents

public static class Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree extends StripeObject
For more details about CompanyMinisterialDecree, please refer to the API Reference.
  • Constructor Details

    • CompanyMinisterialDecree

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