public class ThreeDSecureCreateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
ThreeDSecureCreateParams.Builder |
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static ThreeDSecureCreateParams.Builder |
builder() |
java.lang.Long |
getAmount()
Amount of the charge that you will create when authentication completes.
|
java.lang.String |
getCard()
The ID of a card token, or the ID of a card belonging to the given customer.
|
java.lang.String |
getCurrency()
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in
lowercase.
|
java.lang.String |
getCustomer() |
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.String |
getReturnUrl()
The URL that the cardholder's browser will be returned to when authentication completes.
|
toMap
public static ThreeDSecureCreateParams.Builder builder()
public java.lang.Long getAmount()
public java.lang.String getCard()
public java.lang.String getCurrency()
public java.lang.String getCustomer()
public java.util.List<java.lang.String> getExpand()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.lang.String getReturnUrl()