Class AccountUpdateParams.Identity.BusinessDetails

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

public static class AccountUpdateParams.Identity.BusinessDetails extends Object
The user agent of the browser from which the Account's representative accepted the terms of service.
  • Method Details

    • builder

    • getAddress

      public Object getAddress()
      The business registration address of the business entity.
    • getAnnualRevenue

      public Object getAnnualRevenue()
      The business gross annual revenue for its preceding fiscal year.
    • getDocuments

      public Object getDocuments()
      A document verifying the business.
    • getDoingBusinessAs

      public Object getDoingBusinessAs()
      The name which is used by the business.
    • getEstimatedWorkerCount

      public Object 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.
    • getIdNumbers

      public Object getIdNumbers()
      The ID numbers of a business entity.
    • getMonthlyEstimatedRevenue

      public Object getMonthlyEstimatedRevenue()
      An estimate of the monthly revenue of the business.
    • getPhone

      public Object getPhone()
      The phone number of the Business Entity.
    • getProductDescription

      public Object getProductDescription()
      Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes.
    • getRegisteredName

      public Object getRegisteredName()
      The business legal name.
    • getScriptAddresses

      public Object getScriptAddresses()
      The business registration address of the business entity in non latin script.
    • getScriptNames

      public Object getScriptNames()
      The business legal name in non latin script.
    • getStructure

      public ApiRequestParams.EnumParam getStructure()
      The category identifying the legal structure of the business.
    • getUrl

      public Object getUrl()
      The business's publicly available website.
    • 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