Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration.Storer.Capabilities.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Storer.Capabilities.Builder
- Enclosing class:
- AccountCreateParams.Configuration.Storer.Capabilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.setFinancialAddresses
(AccountCreateParams.Configuration.Storer.Capabilities.FinancialAddresses financialAddresses) Can provision a financial address to credit/debit a FinancialAccount.setHoldsCurrencies
(AccountCreateParams.Configuration.Storer.Capabilities.HoldsCurrencies holdsCurrencies) Can hold storage-type funds on Stripe.setInboundTransfers
(AccountCreateParams.Configuration.Storer.Capabilities.InboundTransfers inboundTransfers) Can pull funds from an external source, owned by yourself, to a FinancialAccount.setOutboundPayments
(AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments outboundPayments) Can send funds from a FinancialAccount to a destination owned by someone else.setOutboundTransfers
(AccountCreateParams.Configuration.Storer.Capabilities.OutboundTransfers outboundTransfers) Can send funds from a FinancialAccount to a destination owned by yourself.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public AccountCreateParams.Configuration.Storer.Capabilities.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. SeeAccountCreateParams.Configuration.Storer.Capabilities.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.Configuration.Storer.Capabilities.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.Configuration.Storer.Capabilities.extraParams
for the field documentation. -
setFinancialAddresses
public AccountCreateParams.Configuration.Storer.Capabilities.Builder setFinancialAddresses(AccountCreateParams.Configuration.Storer.Capabilities.FinancialAddresses financialAddresses) Can provision a financial address to credit/debit a FinancialAccount. -
setHoldsCurrencies
public AccountCreateParams.Configuration.Storer.Capabilities.Builder setHoldsCurrencies(AccountCreateParams.Configuration.Storer.Capabilities.HoldsCurrencies holdsCurrencies) Can hold storage-type funds on Stripe. -
setInboundTransfers
public AccountCreateParams.Configuration.Storer.Capabilities.Builder setInboundTransfers(AccountCreateParams.Configuration.Storer.Capabilities.InboundTransfers inboundTransfers) Can pull funds from an external source, owned by yourself, to a FinancialAccount. -
setOutboundPayments
public AccountCreateParams.Configuration.Storer.Capabilities.Builder setOutboundPayments(AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments outboundPayments) Can send funds from a FinancialAccount to a destination owned by someone else. -
setOutboundTransfers
public AccountCreateParams.Configuration.Storer.Capabilities.Builder setOutboundTransfers(AccountCreateParams.Configuration.Storer.Capabilities.OutboundTransfers outboundTransfers) Can send funds from a FinancialAccount to a destination owned by yourself.
-