Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.BusinessDetails.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.BusinessDetails.Builder
- Enclosing class:
- AccountCreateParams.Identity.BusinessDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd all elements to `idNumbers` list.Add an element to `idNumbers` list.build()
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 business registration address of the business entity.The business gross annual revenue for its preceding fiscal year.A document verifying the business.setDoingBusinessAs
(String doingBusinessAs) The name which is used by the business.setEstimatedWorkerCount
(Integer estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.setMonthlyEstimatedRevenue
(AccountCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business.The phone number of the Business Entity.setProductDescription
(String productDescription) Internal-only description of the product sold or service provided by the business.setRegisteredName
(String registeredName) The business legal name.The business registration address of the business entity in non latin script.The business legal name in non latin script.The category identifying the legal structure of the business.The business's publicly available website.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public AccountCreateParams.Identity.BusinessDetails.Builder setAddress(AccountCreateParams.Identity.BusinessDetails.Address address) The business registration address of the business entity. -
setAnnualRevenue
public AccountCreateParams.Identity.BusinessDetails.Builder setAnnualRevenue(AccountCreateParams.Identity.BusinessDetails.AnnualRevenue annualRevenue) The business gross annual revenue for its preceding fiscal year. -
setDocuments
public AccountCreateParams.Identity.BusinessDetails.Builder setDocuments(AccountCreateParams.Identity.BusinessDetails.Documents documents) A document verifying the business. -
setDoingBusinessAs
public AccountCreateParams.Identity.BusinessDetails.Builder setDoingBusinessAs(String doingBusinessAs) The name which is used by the business. -
setEstimatedWorkerCount
public AccountCreateParams.Identity.BusinessDetails.Builder setEstimatedWorkerCount(Integer 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.Identity.BusinessDetails.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.Identity.BusinessDetails.Builder putAllExtraParam(Map<String, Object> map) 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.Identity.BusinessDetails.extraParams
for the field documentation. -
addIdNumber
public AccountCreateParams.Identity.BusinessDetails.Builder addIdNumber(AccountCreateParams.Identity.BusinessDetails.IdNumber element) Add an element to `idNumbers` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountCreateParams.Identity.BusinessDetails.idNumbers
for the field documentation. -
addAllIdNumber
public AccountCreateParams.Identity.BusinessDetails.Builder addAllIdNumber(List<AccountCreateParams.Identity.BusinessDetails.IdNumber> elements) Add all elements to `idNumbers` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountCreateParams.Identity.BusinessDetails.idNumbers
for the field documentation. -
setMonthlyEstimatedRevenue
public AccountCreateParams.Identity.BusinessDetails.Builder setMonthlyEstimatedRevenue(AccountCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business. -
setPhone
The phone number of the Business Entity. -
setProductDescription
public AccountCreateParams.Identity.BusinessDetails.Builder 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. -
setRegisteredName
public AccountCreateParams.Identity.BusinessDetails.Builder setRegisteredName(String registeredName) The business legal name. -
setScriptAddresses
public AccountCreateParams.Identity.BusinessDetails.Builder setScriptAddresses(AccountCreateParams.Identity.BusinessDetails.ScriptAddresses scriptAddresses) The business registration address of the business entity in non latin script. -
setScriptNames
public AccountCreateParams.Identity.BusinessDetails.Builder setScriptNames(AccountCreateParams.Identity.BusinessDetails.ScriptNames scriptNames) The business legal name in non latin script. -
setStructure
public AccountCreateParams.Identity.BusinessDetails.Builder setStructure(AccountCreateParams.Identity.BusinessDetails.Structure structure) The category identifying the legal structure of the business. -
setUrl
The business's publicly available website.
-