Class Account.BusinessProfile

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.BusinessProfile
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account

public static class Account.BusinessProfile extends StripeObject
  • Constructor Details

    • BusinessProfile

      public BusinessProfile()
  • Method Details

    • getAnnualRevenue

      public Account.BusinessProfile.AnnualRevenue 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.
    • getMcc

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

      public Account.BusinessProfile.MonthlyEstimatedRevenue getMonthlyEstimatedRevenue()
    • getName

      public String getName()
      The customer-facing business name.
    • 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.
    • getSupportAddress

      public Address getSupportAddress()
      A publicly available mailing address for sending support issues to.
    • getSupportEmail

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

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

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

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

      public void setAnnualRevenue(Account.BusinessProfile.AnnualRevenue annualRevenue)
      The applicant's gross annual revenue for its preceding fiscal year.
    • setEstimatedWorkerCount

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

      public void setMcc(String mcc)
      The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide.
    • setMonthlyEstimatedRevenue

      public void setMonthlyEstimatedRevenue(Account.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue)
    • setName

      public void setName(String name)
      The customer-facing business name.
    • 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.
    • setSupportAddress

      public void setSupportAddress(Address supportAddress)
      A publicly available mailing address for sending support issues to.
    • setSupportEmail

      public void setSupportEmail(String supportEmail)
      A publicly available email address for sending support issues to.
    • setSupportPhone

      public void setSupportPhone(String supportPhone)
      A publicly available phone number to call with support issues.
    • setSupportUrl

      public void setSupportUrl(String supportUrl)
      A publicly available website for handling support issues.
    • 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