Class AccountUpdateParams.Identity.BusinessDetails.Documents

java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.BusinessDetails.Documents
Enclosing class:
AccountUpdateParams.Identity.BusinessDetails

public static class AccountUpdateParams.Identity.BusinessDetails.Documents extends Object
The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
  • Method Details

    • builder

    • getBankAccountOwnershipVerification

      public Object getBankAccountOwnershipVerification()
      One or more documents that support the bank account ownership verification requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check.
    • getCompanyLicense

      public Object getCompanyLicense()
      One or more documents that demonstrate proof of a company’s license to operate.
    • getCompanyMemorandumOfAssociation

      public Object getCompanyMemorandumOfAssociation()
      One or more documents showing the company’s Memorandum of Association.
    • getCompanyMinisterialDecree

      public Object getCompanyMinisterialDecree()
      Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.
    • getCompanyRegistrationVerification

      public Object getCompanyRegistrationVerification()
      One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.
    • getCompanyTaxIdVerification

      public Object getCompanyTaxIdVerification()
      One or more documents that demonstrate proof of a company’s tax ID.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getPrimaryVerification

      public Object getPrimaryVerification()
      A document verifying the business.
    • getProofOfAddress

      One or more documents that demonstrate proof of address.
    • getProofOfRegistration

      public Object getProofOfRegistration()
      One or more documents showing the company’s proof of registration with the national business registry.
    • getProofOfUltimateBeneficialOwnership

      One or more documents that demonstrate proof of ultimate beneficial ownership.
    • 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