Package com.stripe.param
Class SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.Builder
java.lang.Object
com.stripe.param.SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.Builder
- Enclosing class:
- SetupIntentCreateParams.PaymentMethodOptions.BacsDebit
-
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.setMandateOptions
(SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.MandateOptions mandateOptions) Additional fields for Mandate creation.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.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. SeeSetupIntentCreateParams.PaymentMethodOptions.BacsDebit.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.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. SeeSetupIntentCreateParams.PaymentMethodOptions.BacsDebit.extraParams
for the field documentation. -
setMandateOptions
public SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.Builder setMandateOptions(SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.MandateOptions mandateOptions) Additional fields for Mandate creation.
-