Class AccountUpdateParams.BusinessProfile

java.lang.Object
com.stripe.param.AccountUpdateParams.BusinessProfile
Enclosing class:
AccountUpdateParams

public static class AccountUpdateParams.BusinessProfile extends Object
  • Method Details

    • builder

    • getAnnualRevenue

      The applicant's gross annual revenue for its preceding fiscal year.
    • getEstimatedWorkerCount

      public Long getEstimatedWorkerCount()
      An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
    • 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.
    • getMcc

      public Object getMcc()
      The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide.
    • getMonthlyEstimatedRevenue

      An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.
    • getName

      public Object getName()
      The customer-facing business name.
    • getProductDescription

      public Object getProductDescription()
      Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
    • getSupportAddress

      A publicly available mailing address for sending support issues to.
    • getSupportEmail

      public Object getSupportEmail()
      A publicly available email address for sending support issues to.
    • getSupportPhone

      public Object getSupportPhone()
      A publicly available phone number to call with support issues.
    • getSupportUrl

      public Object getSupportUrl()
      A publicly available website for handling support issues.
    • getUrl

      public Object getUrl()
      The business's publicly available website.