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