public static class SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SetupIntentConfirmParams.PaymentMethodOptions.Card |
build()
Finalize and obtain parameter instance from this builder.
|
SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
SetupIntentConfirmParams.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.
|
SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder |
setRequestThreeDSecure(SetupIntentConfirmParams.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 SetupIntentConfirmParams.PaymentMethodOptions.Card build()
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder putExtraParam(java.lang.String key, java.lang.Object value)
SetupIntentConfirmParams.PaymentMethodOptions.Card.extraParams for the
field documentation.public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
SetupIntentConfirmParams.PaymentMethodOptions.Card.extraParams for the
field documentation.public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder setMoto(java.lang.Boolean moto)
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder setRequestThreeDSecure(SetupIntentConfirmParams.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.