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