CheckoutThreeDS2Action |
CheckoutThreeDS2Action.authorisationToken(String authorisationToken) |
A token needed to authorise a payment.
|
static CheckoutThreeDS2Action |
CheckoutThreeDS2Action.fromJson(String jsonString) |
Create an instance of CheckoutThreeDS2Action given an JSON string
|
CheckoutThreeDS2Action |
PaymentDetailsResponseAction.getCheckoutThreeDS2Action() |
Get the actual instance of `CheckoutThreeDS2Action`.
|
CheckoutThreeDS2Action |
PaymentResponseAction.getCheckoutThreeDS2Action() |
Get the actual instance of `CheckoutThreeDS2Action`.
|
CheckoutThreeDS2Action |
CheckoutThreeDS2Action.paymentData(String paymentData) |
Encoded payment data.
|
CheckoutThreeDS2Action |
CheckoutThreeDS2Action.paymentMethodType(String paymentMethodType) |
Specifies the payment method.
|
CheckoutThreeDS2Action |
CheckoutThreeDS2Action.subtype(String subtype) |
A subtype of the token.
|
CheckoutThreeDS2Action |
CheckoutThreeDS2Action.token(String token) |
A token to pass to the 3DS2 Component to get the fingerprint.
|
CheckoutThreeDS2Action |
CheckoutThreeDS2Action.type(CheckoutThreeDS2Action.TypeEnum type) |
**threeDS2**
|
CheckoutThreeDS2Action |
CheckoutThreeDS2Action.url(String url) |
Specifies the URL to redirect to.
|