Package com.stripe.param
Class AccountUpdateParams.BusinessProfile.Builder
java.lang.Object
com.stripe.param.AccountUpdateParams.BusinessProfile.Builder
- Enclosing class:
- AccountUpdateParams.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.setMcc
(EmptyParam mcc) setMonthlyEstimatedRevenue
(AccountUpdateParams.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business.setName
(EmptyParam name) The customer-facing business name.The customer-facing business name.setProductDescription
(EmptyParam productDescription) Internal-only description of the product sold by, or service provided by, the business.setProductDescription
(String productDescription) Internal-only description of the product sold by, or service provided by, the business.setSupportAddress
(AccountUpdateParams.BusinessProfile.SupportAddress supportAddress) A publicly available mailing address for sending support issues to.setSupportEmail
(EmptyParam supportEmail) A publicly available email address for sending support issues to.setSupportEmail
(String supportEmail) A publicly available email address for sending support issues to.setSupportPhone
(EmptyParam supportPhone) A publicly available phone number to call with support issues.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.setUrl
(EmptyParam url) The business's publicly available website.The business's publicly available website.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAnnualRevenue
public AccountUpdateParams.BusinessProfile.Builder setAnnualRevenue(AccountUpdateParams.BusinessProfile.AnnualRevenue annualRevenue) The applicant's gross annual revenue for its preceding fiscal year. -
setEstimatedWorkerCount
public AccountUpdateParams.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. SeeAccountUpdateParams.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. SeeAccountUpdateParams.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. -
setMcc
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide. -
setMonthlyEstimatedRevenue
public AccountUpdateParams.BusinessProfile.Builder setMonthlyEstimatedRevenue(AccountUpdateParams.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. -
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. -
setProductDescription
public AccountUpdateParams.BusinessProfile.Builder setProductDescription(EmptyParam productDescription) Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes. -
setSupportAddress
public AccountUpdateParams.BusinessProfile.Builder setSupportAddress(AccountUpdateParams.BusinessProfile.SupportAddress supportAddress) A publicly available mailing address for sending support issues to. -
setSupportEmail
A publicly available email 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. -
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. -
setUrl
The business's publicly available website.
-