public static class PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PaymentIntentCreateParams.PaymentMethodOptions.Bancontact |
build()
Finalize and obtain parameter instance from this builder.
|
PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.Builder |
setPreferredLanguage(PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.PreferredLanguage preferredLanguage)
Preferred language of the Bancontact authorization page that the customer is redirected
to.
|
public PaymentIntentCreateParams.PaymentMethodOptions.Bancontact build()
public PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.Builder putExtraParam(java.lang.String key, java.lang.Object value)
PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.extraParams
for the field documentation.public PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.extraParams
for the field documentation.public PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.Builder setPreferredLanguage(PaymentIntentCreateParams.PaymentMethodOptions.Bancontact.PreferredLanguage preferredLanguage)