Package com.stripe.model
Class Account.BusinessProfile
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.BusinessProfile
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Account
For more details about BusinessProfile, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about AnnualRevenue, please refer to the API Reference.static classFor more details about MonthlyEstimatedRevenue, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe applicant's gross annual revenue for its preceding fiscal year.An estimated upper bound of employees, contractors, vendors, etc.getMcc()Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.getName()The customer-facing business name.Internal-only description of the product sold or service provided by the business.A publicly available mailing address for sending support issues to.A publicly available email address for sending support issues to.A publicly available phone number to call with support issues.A publicly available website for handling support issues.getUrl()The business's publicly available website.inthashCode()voidsetAnnualRevenue(Account.BusinessProfile.AnnualRevenue annualRevenue) The applicant's gross annual revenue for its preceding fiscal year.voidsetEstimatedWorkerCount(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.voidvoidsetMinorityOwnedBusinessDesignation(List<String> minorityOwnedBusinessDesignation) Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.voidsetMonthlyEstimatedRevenue(Account.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) voidThe customer-facing business name.voidsetProductDescription(String productDescription) Internal-only description of the product sold or service provided by the business.voidsetSupportAddress(Address supportAddress) A publicly available mailing address for sending support issues to.voidsetSupportEmail(String supportEmail) A publicly available email address for sending support issues to.voidsetSupportPhone(String supportPhone) A publicly available phone number to call with support issues.voidsetSupportUrl(String supportUrl) A publicly available website for handling support issues.voidThe business's publicly available website.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
BusinessProfilepublic BusinessProfile()
 
- 
- 
Method Details- 
getAnnualRevenueThe applicant's gross annual revenue for its preceding fiscal year.
- 
getEstimatedWorkerCountAn estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
- 
getMccThe merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide.
- 
getMinorityOwnedBusinessDesignationWhether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.
- 
getMonthlyEstimatedRevenue
- 
getNameThe customer-facing business name.
- 
getProductDescriptionInternal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
- 
getSupportAddressA publicly available mailing address for sending support issues to.
- 
getSupportEmailA publicly available email address for sending support issues to.
- 
getSupportPhoneA publicly available phone number to call with support issues.
- 
getSupportUrlA publicly available website for handling support issues.
- 
getUrlThe business's publicly available website.
- 
setAnnualRevenueThe applicant's gross annual revenue for its preceding fiscal year.
- 
setEstimatedWorkerCountAn estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
- 
setMccThe merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide.
- 
setMinorityOwnedBusinessDesignationWhether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.
- 
setMonthlyEstimatedRevenuepublic void setMonthlyEstimatedRevenue(Account.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) 
- 
setNameThe customer-facing business name.
- 
setProductDescriptionInternal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
- 
setSupportAddressA publicly available mailing address for sending support issues to.
- 
setSupportEmailA publicly available email address for sending support issues to.
- 
setSupportPhoneA publicly available phone number to call with support issues.
- 
setSupportUrlA publicly available website for handling support issues.
- 
setUrlThe business's publicly available website.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-