public static class SetupIntentUpdateParams.PaymentMethodOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SetupIntentUpdateParams.PaymentMethodOptions |
build()
Finalize and obtain parameter instance from this builder.
|
SetupIntentUpdateParams.PaymentMethodOptions.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
SetupIntentUpdateParams.PaymentMethodOptions.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
SetupIntentUpdateParams.PaymentMethodOptions.Builder |
setCard(SetupIntentUpdateParams.PaymentMethodOptions.Card card)
Configuration for any card setup attempted on this SetupIntent.
|
public SetupIntentUpdateParams.PaymentMethodOptions build()
public SetupIntentUpdateParams.PaymentMethodOptions.Builder setCard(SetupIntentUpdateParams.PaymentMethodOptions.Card card)
public SetupIntentUpdateParams.PaymentMethodOptions.Builder putExtraParam(java.lang.String key, java.lang.Object value)
SetupIntentUpdateParams.PaymentMethodOptions.extraParams for the field documentation.public SetupIntentUpdateParams.PaymentMethodOptions.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
SetupIntentUpdateParams.PaymentMethodOptions.extraParams for the field
documentation.