Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.BusinessDetails.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.BusinessDetails.Builder
- Enclosing class:
- AccountUpdateParams.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.setEstimatedWorkerCount
(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.setMonthlyEstimatedRevenue
(AccountUpdateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business.setPhone
(EmptyParam phone) The phone number of the Business Entity.The phone number of the Business Entity.setRegisteredName
(EmptyParam registeredName) The business legal name.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.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public AccountUpdateParams.Identity.BusinessDetails.Builder setAddress(AccountUpdateParams.Identity.BusinessDetails.Address address) The business registration address of the business entity. -
setAnnualRevenue
public AccountUpdateParams.Identity.BusinessDetails.Builder setAnnualRevenue(AccountUpdateParams.Identity.BusinessDetails.AnnualRevenue annualRevenue) The business gross annual revenue for its preceding fiscal year. -
setDocuments
public AccountUpdateParams.Identity.BusinessDetails.Builder setDocuments(AccountUpdateParams.Identity.BusinessDetails.Documents documents) A document verifying the business. -
setEstimatedWorkerCount
public AccountUpdateParams.Identity.BusinessDetails.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.Identity.BusinessDetails.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.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. SeeAccountUpdateParams.Identity.BusinessDetails.extraParams
for the field documentation. -
addIdNumber
public AccountUpdateParams.Identity.BusinessDetails.Builder addIdNumber(AccountUpdateParams.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. SeeAccountUpdateParams.Identity.BusinessDetails.idNumbers
for the field documentation. -
addAllIdNumber
public AccountUpdateParams.Identity.BusinessDetails.Builder addAllIdNumber(List<AccountUpdateParams.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. SeeAccountUpdateParams.Identity.BusinessDetails.idNumbers
for the field documentation. -
setMonthlyEstimatedRevenue
public AccountUpdateParams.Identity.BusinessDetails.Builder setMonthlyEstimatedRevenue(AccountUpdateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business. -
setPhone
The phone number of the Business Entity. -
setPhone
The phone number of the Business Entity. -
setRegisteredName
public AccountUpdateParams.Identity.BusinessDetails.Builder setRegisteredName(String registeredName) The business legal name. -
setRegisteredName
public AccountUpdateParams.Identity.BusinessDetails.Builder setRegisteredName(EmptyParam registeredName) The business legal name. -
setScriptAddresses
public AccountUpdateParams.Identity.BusinessDetails.Builder setScriptAddresses(AccountUpdateParams.Identity.BusinessDetails.ScriptAddresses scriptAddresses) The business registration address of the business entity in non latin script. -
setScriptNames
public AccountUpdateParams.Identity.BusinessDetails.Builder setScriptNames(AccountUpdateParams.Identity.BusinessDetails.ScriptNames scriptNames) The business legal name in non latin script. -
setStructure
public AccountUpdateParams.Identity.BusinessDetails.Builder setStructure(AccountUpdateParams.Identity.BusinessDetails.Structure structure) The category identifying the legal structure of the business.
-