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 Summary
Nested 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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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 link to the business's publicly available terms related to the Specified Commercial Transaction Act.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.voidsetSpecifiedCommercialTransactionsActUrl(String specifiedCommercialTransactionsActUrl) A link to the business's publicly available terms related to the Specified Commercial Transaction Act.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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BusinessProfile
public BusinessProfile()
-
-
Method Details
-
getAnnualRevenue
The applicant's gross annual revenue for its preceding fiscal year. -
getEstimatedWorkerCount
An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
getMcc
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide. -
getMinorityOwnedBusinessDesignation
Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business. -
getMonthlyEstimatedRevenue
-
getName
The customer-facing business name. -
getProductDescription
Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes. -
getSpecifiedCommercialTransactionsActUrl
A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan. -
getSupportAddress
A publicly available mailing address for sending support issues to. -
getSupportEmail
A publicly available email address for sending support issues to. -
getSupportPhone
A publicly available phone number to call with support issues. -
getSupportUrl
A publicly available website for handling support issues. -
getUrl
The business's publicly available website. -
setAnnualRevenue
The applicant's gross annual revenue for its preceding fiscal year. -
setEstimatedWorkerCount
An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
setMcc
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide. -
setMinorityOwnedBusinessDesignation
Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business. -
setMonthlyEstimatedRevenue
public void setMonthlyEstimatedRevenue(Account.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) -
setName
The customer-facing business name. -
setProductDescription
Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes. -
setSpecifiedCommercialTransactionsActUrl
A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan. -
setSupportAddress
A publicly available mailing address for sending support issues to. -
setSupportEmail
A publicly available email address for sending support issues to. -
setSupportPhone
A publicly available phone number to call with support issues. -
setSupportUrl
A publicly available website for handling support issues. -
setUrl
The business's publicly available website. -
equals
-
canEqual
-
hashCode
public int hashCode()
-