Package com.stripe.param
Class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.Builder
java.lang.Object
com.stripe.param.SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.Builder
public static class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.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.setPreferredLanguage
(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.PreferredLanguage preferredLanguage) Preferred language of the Bancontact authorization page that the customer is redirected to.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.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. SeeSubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.extraParams
for the field documentation. -
putAllExtraParam
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.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. SeeSubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.extraParams
for the field documentation. -
setPreferredLanguage
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.Builder setPreferredLanguage(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.PreferredLanguage preferredLanguage) Preferred language of the Bancontact authorization page that the customer is redirected to.
-