Package com.stripe.param
Class InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.Builder
java.lang.Object
com.stripe.param.InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.Builder
public static class InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.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.setFinancialConnections
(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) Additional fields for Financial Connections Session creation.setVerificationMethod
(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.VerificationMethod verificationMethod) Verification method for the intent.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.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. SeeInvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.extraParams
for the field documentation. -
putAllExtraParam
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.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. SeeInvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.extraParams
for the field documentation. -
setFinancialConnections
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.Builder setFinancialConnections(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) Additional fields for Financial Connections Session creation. -
setVerificationMethod
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.Builder setVerificationMethod(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.VerificationMethod verificationMethod) Verification method for the intent.
-