Package com.stripe.param.v2.core
Class AccountTokenCreateParams.Identity.BusinessDetails.Builder
java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Identity.BusinessDetails.Builder
- Enclosing class:
- AccountTokenCreateParams.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.setComplianceScreeningDescription(String complianceScreeningDescription) A detailed description of the business's compliance and anti-money laundering controls and practices.A document verifying the business.setEstimatedWorkerCount(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.setMonthlyEstimatedRevenue(AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business.The phone number of the Business Entity.setRegisteredName(String registeredName) The business legal name.setScriptAddresses(AccountTokenCreateParams.Identity.BusinessDetails.ScriptAddresses scriptAddresses) 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 AccountTokenCreateParams.Identity.BusinessDetails.Builder setAddress(AccountTokenCreateParams.Identity.BusinessDetails.Address address) The business registration address of the business entity. -
setAnnualRevenue
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setAnnualRevenue(AccountTokenCreateParams.Identity.BusinessDetails.AnnualRevenue annualRevenue) The business gross annual revenue for its preceding fiscal year. -
setComplianceScreeningDescription
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setComplianceScreeningDescription(String complianceScreeningDescription) A detailed description of the business's compliance and anti-money laundering controls and practices. -
setDocuments
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setDocuments(AccountTokenCreateParams.Identity.BusinessDetails.Documents documents) A document verifying the business. -
setEstimatedWorkerCount
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setEstimatedWorkerCount(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
putExtraParam
public AccountTokenCreateParams.Identity.BusinessDetails.Builder putExtraParam(String key, Object value) 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. SeeAccountTokenCreateParams.Identity.BusinessDetails.extraParamsfor the field documentation. -
putAllExtraParam
public AccountTokenCreateParams.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. SeeAccountTokenCreateParams.Identity.BusinessDetails.extraParamsfor the field documentation. -
addIdNumber
public AccountTokenCreateParams.Identity.BusinessDetails.Builder addIdNumber(AccountTokenCreateParams.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. SeeAccountTokenCreateParams.Identity.BusinessDetails.idNumbersfor the field documentation. -
addAllIdNumber
public AccountTokenCreateParams.Identity.BusinessDetails.Builder addAllIdNumber(List<AccountTokenCreateParams.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. SeeAccountTokenCreateParams.Identity.BusinessDetails.idNumbersfor the field documentation. -
setMonthlyEstimatedRevenue
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setMonthlyEstimatedRevenue(AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business. -
setPhone
The phone number of the Business Entity. -
setRegisteredName
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setRegisteredName(String registeredName) The business legal name. -
setScriptAddresses
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setScriptAddresses(AccountTokenCreateParams.Identity.BusinessDetails.ScriptAddresses scriptAddresses) The business registration address of the business entity in non latin script. -
setScriptNames
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setScriptNames(AccountTokenCreateParams.Identity.BusinessDetails.ScriptNames scriptNames) The business legal name in non latin script. -
setStructure
public AccountTokenCreateParams.Identity.BusinessDetails.Builder setStructure(AccountTokenCreateParams.Identity.BusinessDetails.Structure structure) The category identifying the legal structure of the business.
-