Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.Builder
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.Builder
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry
public static class PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.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.setMode
(PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.Mode mode) Required. Settings for configuring manual entry of account details.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry build()Finalize and obtain parameter instance from this builder. -
putExtraParam
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.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. SeePaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.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. SeePaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.extraParams
for the field documentation. -
setMode
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.Builder setMode(PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry.Mode mode) Required. Settings for configuring manual entry of account details.
-