Package com.stripe.param
Class SetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.Builder
java.lang.Object
com.stripe.param.SetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.Builder
public static class SetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.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.setReferencePrefix
(EmptyParam referencePrefix) setReferencePrefix
(String referencePrefix) Prefix used to generate the Mandate reference.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public SetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.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. SeeSetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.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. SeeSetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.extraParams
for the field documentation. -
setReferencePrefix
public SetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.Builder setReferencePrefix(String referencePrefix) Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'DDIC' or 'STRIPE'. -
setReferencePrefix
public SetupIntentUpdateParams.PaymentMethodOptions.BacsDebit.MandateOptions.Builder setReferencePrefix(EmptyParam referencePrefix)
-