Package com.stripe.param.treasury
Class OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.Builder
java.lang.Object
com.stripe.param.treasury.OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.Builder
public static class OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.Builder
extends Object
-
Constructor Summary
-
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.setNetwork
(OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.Network network) Specifies the network rails to be used.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.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. SeeOutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.extraParams
for the field documentation. -
putAllExtraParam
public OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.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. SeeOutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.extraParams
for the field documentation. -
setNetwork
public OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.Builder setNetwork(OutboundTransferCreateParams.DestinationPaymentMethodOptions.UsBankAccount.Network network) Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the docs to learn more about money movement timelines for each network type.
-