Class Account.Identity.BusinessDetails

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

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

    • BusinessDetails

      public BusinessDetails()
  • Method Details

    • getAddress

      The company’s primary address.
    • getAnnualRevenue

      The business gross annual revenue for its preceding fiscal year.
    • getDocuments

      Documents that may be submitted to satisfy various informational requests.
    • getDoingBusinessAs

      public String getDoingBusinessAs()
      The company’s legal name.
    • getEstimatedWorkerCount

      public Integer getEstimatedWorkerCount()
      An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
    • getIdNumbers

      The provided ID numbers of a business entity.
    • getMonthlyEstimatedRevenue

      public Account.Identity.BusinessDetails.MonthlyEstimatedRevenue getMonthlyEstimatedRevenue()
      An estimate of the monthly revenue of the business.
    • getPhone

      public String getPhone()
      The company’s phone number (used for verification).
    • getProductDescription

      public String 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 String getRegisteredName()
      The business legal name.
    • getScriptAddresses

      The business registration address of the business entity in non latin script.
    • getScriptNames

      The business legal name in non latin script.
    • getStructure

      public String getStructure()
      The category identifying the legal structure of the business.

      One of cooperative, free_zone_establishment, free_zone_llc, governmental_unit, government_instrumentality, incorporated_association, incorporated_non_profit, incorporated_partnership, limited_liability_partnership, llc, multi_member_llc, private_company, private_corporation, private_partnership, public_company, public_corporation, public_listed_corporation, public_partnership, registered_charity, single_member_llc, sole_establishment, sole_proprietorship, tax_exempt_government_instrumentality, trust, unincorporated_association, unincorporated_non_profit, or unincorporated_partnership.

    • getUrl

      public String getUrl()
      The business's publicly available website.
    • setAddress

      public void setAddress(Account.Identity.BusinessDetails.Address address)
      The company’s primary address.
    • setAnnualRevenue

      public void setAnnualRevenue(Account.Identity.BusinessDetails.AnnualRevenue annualRevenue)
      The business gross annual revenue for its preceding fiscal year.
    • setDocuments

      public void setDocuments(Account.Identity.BusinessDetails.Documents documents)
      Documents that may be submitted to satisfy various informational requests.
    • setDoingBusinessAs

      public void setDoingBusinessAs(String doingBusinessAs)
      The company’s legal name.
    • setEstimatedWorkerCount

      public void setEstimatedWorkerCount(Integer estimatedWorkerCount)
      An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
    • setIdNumbers

      public void setIdNumbers(List<Account.Identity.BusinessDetails.IdNumber> idNumbers)
      The provided ID numbers of a business entity.
    • setMonthlyEstimatedRevenue

      public void setMonthlyEstimatedRevenue(Account.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue)
      An estimate of the monthly revenue of the business.
    • setPhone

      public void setPhone(String phone)
      The company’s phone number (used for verification).
    • setProductDescription

      public void setProductDescription(String productDescription)
      Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes.
    • setRegisteredName

      public void setRegisteredName(String registeredName)
      The business legal name.
    • setScriptAddresses

      public void setScriptAddresses(Account.Identity.BusinessDetails.ScriptAddresses scriptAddresses)
      The business registration address of the business entity in non latin script.
    • setScriptNames

      public void setScriptNames(Account.Identity.BusinessDetails.ScriptNames scriptNames)
      The business legal name in non latin script.
    • setStructure

      public void setStructure(String structure)
      The category identifying the legal structure of the business.

      One of cooperative, free_zone_establishment, free_zone_llc, governmental_unit, government_instrumentality, incorporated_association, incorporated_non_profit, incorporated_partnership, limited_liability_partnership, llc, multi_member_llc, private_company, private_corporation, private_partnership, public_company, public_corporation, public_listed_corporation, public_partnership, registered_charity, single_member_llc, sole_establishment, sole_proprietorship, tax_exempt_government_instrumentality, trust, unincorporated_association, unincorporated_non_profit, or unincorporated_partnership.

    • setUrl

      public void setUrl(String url)
      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