Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.Builder
public static class AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.Builder
extends Object
-
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.setBankAccounts
(AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts bankAccounts) Can send funds from a FinancialAccount to a bank account owned by someone else.Can send funds from a FinancialAccount to a debit card owned by someone else.setFinancialAccounts
(AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts financialAccounts) Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBankAccounts
public AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.Builder setBankAccounts(AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts bankAccounts) Can send funds from a FinancialAccount to a bank account owned by someone else. -
setCards
public AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.Builder setCards(AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.Cards cards) Can send funds from a FinancialAccount to a debit card owned by someone else. -
putExtraParam
public AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.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.OutboundPayments.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.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.OutboundPayments.extraParams
for the field documentation. -
setFinancialAccounts
public AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.Builder setFinancialAccounts(AccountCreateParams.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts financialAccounts) Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
-