Package com.stripe.param
Class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact
java.lang.Object
com.stripe.param.SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact
- Enclosing class:
- SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions
public static class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Map of extra parameters for custom features not available in this client library.Preferred language of the Bancontact authorization page that the customer is redirected to.
-
Method Details
-
builder
public static SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.Builder builder() -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getPreferredLanguage
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact.PreferredLanguage getPreferredLanguage()Preferred language of the Bancontact authorization page that the customer is redirected to.
-