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