CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.data(Map<String,String> data) |
When the redirect URL must be accessed via POST, use this data to post to the redirect URL.
|
static CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.fromJson(String jsonString) |
Create an instance of CheckoutNativeRedirectAction given an JSON string
|
CheckoutNativeRedirectAction |
PaymentResponseAction.getCheckoutNativeRedirectAction() |
Get the actual instance of `CheckoutNativeRedirectAction`.
|
CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.method(String method) |
Specifies the HTTP method, for example GET or POST.
|
CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.nativeRedirectData(String nativeRedirectData) |
Native SDK's redirect data containing the direct issuer link and state data that must be submitted to the /v1/nativeRedirect/redirectResult.
|
CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.paymentMethodType(String paymentMethodType) |
Specifies the payment method.
|
CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.putDataItem(String key,
String dataItem) |
|
CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.type(CheckoutNativeRedirectAction.TypeEnum type) |
**nativeRedirect**
|
CheckoutNativeRedirectAction |
CheckoutNativeRedirectAction.url(String url) |
Specifies the URL to redirect to.
|