Package com.stripe.param
Class SetupIntentCreateParams.PaymentMethodOptions.Blik.Builder
java.lang.Object
com.stripe.param.SetupIntentCreateParams.PaymentMethodOptions.Blik.Builder
- Enclosing class:
SetupIntentCreateParams.PaymentMethodOptions.Blik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.The 6-digit BLIK code that a customer has generated using their banking application.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCode
The 6-digit BLIK code that a customer has generated using their banking application. Can only be set on confirmation. -
putExtraParam
public SetupIntentCreateParams.PaymentMethodOptions.Blik.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.Blik.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentCreateParams.PaymentMethodOptions.Blik.Builder putAllExtraParam(Map<String, Object> map)
-