Package com.stripe.param
Class AccountCreateParams.BusinessProfile.Builder
java.lang.Object
com.stripe.param.AccountCreateParams.BusinessProfile.Builder
- Enclosing class:
- AccountCreateParams.BusinessProfile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.The applicant's gross annual revenue for its preceding fiscal year.setEstimatedWorkerCount
(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.setMonthlyEstimatedRevenue
(AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business.The customer-facing business name.setProductDescription
(String productDescription) Internal-only description of the product sold by, or service provided by, the business.setSupportAddress
(AccountCreateParams.BusinessProfile.SupportAddress supportAddress) A publicly available mailing address for sending support issues to.setSupportEmail
(String supportEmail) A publicly available email address for sending support issues to.setSupportPhone
(String supportPhone) A publicly available phone number to call with support issues.setSupportUrl
(EmptyParam supportUrl) A publicly available website for handling support issues.setSupportUrl
(String supportUrl) A publicly available website for handling support issues.The business's publicly available website.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAnnualRevenue
public AccountCreateParams.BusinessProfile.Builder setAnnualRevenue(AccountCreateParams.BusinessProfile.AnnualRevenue annualRevenue) The applicant's gross annual revenue for its preceding fiscal year. -
setEstimatedWorkerCount
public AccountCreateParams.BusinessProfile.Builder setEstimatedWorkerCount(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountCreateParams.BusinessProfile.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountCreateParams.BusinessProfile.extraParams
for the field documentation. -
setMcc
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide. -
setMonthlyEstimatedRevenue
public AccountCreateParams.BusinessProfile.Builder setMonthlyEstimatedRevenue(AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India. -
setName
The customer-facing business name. -
setProductDescription
Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes. -
setSupportAddress
public AccountCreateParams.BusinessProfile.Builder setSupportAddress(AccountCreateParams.BusinessProfile.SupportAddress supportAddress) 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. -
setSupportUrl
A publicly available website for handling support issues. -
setUrl
The business's publicly available website.
-