public static class SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SetupIntentUpdateParams.PaymentMethodOptions.Card |
build()
Finalize and obtain parameter instance from this builder.
|
SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder |
setMoto(java.lang.Boolean moto)
When specified, this parameter signals that a card has been collected as MOTO (Mail Order
Telephone Order) and thus out of scope for SCA.
|
SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder |
setRequestThreeDSecure(SetupIntentUpdateParams.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure)
We strongly recommend that you rely on our SCA Engine to automatically prompt your
customers for authentication based on risk level and other requirements.
|
public SetupIntentUpdateParams.PaymentMethodOptions.Card build()
public SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder putExtraParam(java.lang.String key, java.lang.Object value)
SetupIntentUpdateParams.PaymentMethodOptions.Card.extraParams for the
field documentation.public SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
SetupIntentUpdateParams.PaymentMethodOptions.Card.extraParams for the
field documentation.public SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder setMoto(java.lang.Boolean moto)
public SetupIntentUpdateParams.PaymentMethodOptions.Card.Builder setRequestThreeDSecure(SetupIntentUpdateParams.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure)
automatic or any. If not
provided, defaults to automatic. Read our guide on manually requesting 3D
Secure for more information on how this configuration interacts with Radar and our
SCA Engine.