Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.Storer.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Storer.Builder
- Enclosing class:
- AccountUpdateParams.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.setApplied(Boolean applied) Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.Capabilities to request on the Storer Configuration.setHighRiskActivitiesDescription(EmptyParam highRiskActivitiesDescription) An explanation of the high risk activities that the business performs.setHighRiskActivitiesDescription(String highRiskActivitiesDescription) An explanation of the high risk activities that the business performs.setMoneyServicesDescription(EmptyParam moneyServicesDescription) Description of the money services offered by the business.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(EmptyParam purposeOfFundsDescription) Description of the purpose of the stored funds.setPurposeOfFundsDescription(String purposeOfFundsDescription) Description of the purpose of the stored funds.setRegulatedActivity(AccountUpdateParams.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(EmptyParam sourceOfFundsDescription) Description of the source of funds for the business' account.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. -
setApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
setCapabilities
public AccountUpdateParams.Configuration.Storer.Builder setCapabilities(AccountUpdateParams.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. SeeAccountUpdateParams.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. SeeAccountUpdateParams.Configuration.Storer.extraParamsfor the field documentation. -
addHighRiskActivity
public AccountUpdateParams.Configuration.Storer.Builder addHighRiskActivity(AccountUpdateParams.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. SeeAccountUpdateParams.Configuration.Storer.highRiskActivitiesfor the field documentation. -
addAllHighRiskActivity
public AccountUpdateParams.Configuration.Storer.Builder addAllHighRiskActivity(List<AccountUpdateParams.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. SeeAccountUpdateParams.Configuration.Storer.highRiskActivitiesfor the field documentation. -
setHighRiskActivitiesDescription
public AccountUpdateParams.Configuration.Storer.Builder setHighRiskActivitiesDescription(String highRiskActivitiesDescription) An explanation of the high risk activities that the business performs. -
setHighRiskActivitiesDescription
public AccountUpdateParams.Configuration.Storer.Builder setHighRiskActivitiesDescription(EmptyParam highRiskActivitiesDescription) An explanation of the high risk activities that the business performs. -
setMoneyServicesDescription
public AccountUpdateParams.Configuration.Storer.Builder setMoneyServicesDescription(String moneyServicesDescription) Description of the money services offered by the business. -
setMoneyServicesDescription
public AccountUpdateParams.Configuration.Storer.Builder setMoneyServicesDescription(EmptyParam moneyServicesDescription) Description of the money services offered by the business. -
setOperatesInProhibitedCountries
public AccountUpdateParams.Configuration.Storer.Builder setOperatesInProhibitedCountries(Boolean operatesInProhibitedCountries) Does the business operate in any prohibited countries. -
setParticipatesInRegulatedActivity
public AccountUpdateParams.Configuration.Storer.Builder setParticipatesInRegulatedActivity(Boolean participatesInRegulatedActivity) Does the business participate in any regulated activity. -
setPurposeOfFunds
public AccountUpdateParams.Configuration.Storer.Builder setPurposeOfFunds(AccountUpdateParams.Configuration.Storer.PurposeOfFunds purposeOfFunds) Primary purpose of the stored funds. -
setPurposeOfFundsDescription
public AccountUpdateParams.Configuration.Storer.Builder setPurposeOfFundsDescription(String purposeOfFundsDescription) Description of the purpose of the stored funds. -
setPurposeOfFundsDescription
public AccountUpdateParams.Configuration.Storer.Builder setPurposeOfFundsDescription(EmptyParam purposeOfFundsDescription) Description of the purpose of the stored funds. -
setRegulatedActivity
public AccountUpdateParams.Configuration.Storer.Builder setRegulatedActivity(AccountUpdateParams.Configuration.Storer.RegulatedActivity regulatedActivity) Details of the regulated activity if the business participates in one. -
setSourceOfFunds
public AccountUpdateParams.Configuration.Storer.Builder setSourceOfFunds(AccountUpdateParams.Configuration.Storer.SourceOfFunds sourceOfFunds) The source of funds for the business, e.g. profits, income, venture capital, etc. -
setSourceOfFundsDescription
public AccountUpdateParams.Configuration.Storer.Builder setSourceOfFundsDescription(String sourceOfFundsDescription) Description of the source of funds for the business' account. -
setSourceOfFundsDescription
public AccountUpdateParams.Configuration.Storer.Builder setSourceOfFundsDescription(EmptyParam sourceOfFundsDescription) Description of the source of funds for the business' account.
-