Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Builder
public static class AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.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.Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.Enables this Account to receive OutboundPayments to linked bank accounts over local networks.Enables this Account to receive OutboundPayments to linked bank accounts over wire.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.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.Recipient.Capabilities.BankAccounts.extraParamsfor the field documentation. -
putAllExtraParam
public AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.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.Recipient.Capabilities.BankAccounts.extraParamsfor the field documentation. -
setInstant
public AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Builder setInstant(AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Instant instant) Enables this Account to receive OutboundPayments to linked bank accounts over real time rails. -
setLocal
public AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Builder setLocal(AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Local local) Enables this Account to receive OutboundPayments to linked bank accounts over local networks. -
setWire
public AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Builder setWire(AccountCreateParams.Configuration.Recipient.Capabilities.BankAccounts.Wire wire) Enables this Account to receive OutboundPayments to linked bank accounts over wire.
-