Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration.Storer.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Storer.Builder
- Enclosing class:
- AccountCreateParams.Configuration.Storer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd all elements to `highRiskActivities` list.Add an element to `highRiskActivities` 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.Capabilities to request on the Storer Configuration.setHighRiskActivitiesDescription(String highRiskActivitiesDescription) An explanation of the high risk activities that the business performs.setMoneyServicesDescription(String moneyServicesDescription) Description of the money services offered by the business.setOperatesInProhibitedCountries(Boolean operatesInProhibitedCountries) Does the business operate in any prohibited countries.setParticipatesInRegulatedActivity(Boolean participatesInRegulatedActivity) Does the business participate in any regulated activity.Primary purpose of the stored funds.setPurposeOfFundsDescription(String purposeOfFundsDescription) Description of the purpose of the stored funds.setRegulatedActivity(AccountCreateParams.Configuration.Storer.RegulatedActivity regulatedActivity) Details of the regulated activity if the business participates in one.The source of funds for the business, e.g.setSourceOfFundsDescription(String sourceOfFundsDescription) Description of the source of funds for the business' account.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCapabilities
public AccountCreateParams.Configuration.Storer.Builder setCapabilities(AccountCreateParams.Configuration.Storer.Capabilities capabilities) Capabilities to request on the Storer Configuration. -
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.Configuration.Storer.extraParamsfor 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.Configuration.Storer.extraParamsfor the field documentation. -
addHighRiskActivity
public AccountCreateParams.Configuration.Storer.Builder addHighRiskActivity(AccountCreateParams.Configuration.Storer.HighRiskActivity element) Add an element to `highRiskActivities` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountCreateParams.Configuration.Storer.highRiskActivitiesfor the field documentation. -
addAllHighRiskActivity
public AccountCreateParams.Configuration.Storer.Builder addAllHighRiskActivity(List<AccountCreateParams.Configuration.Storer.HighRiskActivity> elements) Add all elements to `highRiskActivities` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountCreateParams.Configuration.Storer.highRiskActivitiesfor the field documentation. -
setHighRiskActivitiesDescription
public AccountCreateParams.Configuration.Storer.Builder setHighRiskActivitiesDescription(String highRiskActivitiesDescription) An explanation of the high risk activities that the business performs. -
setMoneyServicesDescription
public AccountCreateParams.Configuration.Storer.Builder setMoneyServicesDescription(String moneyServicesDescription) Description of the money services offered by the business. -
setOperatesInProhibitedCountries
public AccountCreateParams.Configuration.Storer.Builder setOperatesInProhibitedCountries(Boolean operatesInProhibitedCountries) Does the business operate in any prohibited countries. -
setParticipatesInRegulatedActivity
public AccountCreateParams.Configuration.Storer.Builder setParticipatesInRegulatedActivity(Boolean participatesInRegulatedActivity) Does the business participate in any regulated activity. -
setPurposeOfFunds
public AccountCreateParams.Configuration.Storer.Builder setPurposeOfFunds(AccountCreateParams.Configuration.Storer.PurposeOfFunds purposeOfFunds) Primary purpose of the stored funds. -
setPurposeOfFundsDescription
public AccountCreateParams.Configuration.Storer.Builder setPurposeOfFundsDescription(String purposeOfFundsDescription) Description of the purpose of the stored funds. -
setRegulatedActivity
public AccountCreateParams.Configuration.Storer.Builder setRegulatedActivity(AccountCreateParams.Configuration.Storer.RegulatedActivity regulatedActivity) Details of the regulated activity if the business participates in one. -
setSourceOfFunds
public AccountCreateParams.Configuration.Storer.Builder setSourceOfFunds(AccountCreateParams.Configuration.Storer.SourceOfFunds sourceOfFunds) The source of funds for the business, e.g. profits, income, venture capital, etc. -
setSourceOfFundsDescription
public AccountCreateParams.Configuration.Storer.Builder setSourceOfFundsDescription(String sourceOfFundsDescription) Description of the source of funds for the business' account.
-