CheckoutRedirectAction |
CheckoutRedirectAction.data(Map<String,String> data) |
When the redirect URL must be accessed via POST, use this data to post to the redirect URL.
|
static CheckoutRedirectAction |
CheckoutRedirectAction.fromJson(String jsonString) |
Create an instance of CheckoutRedirectAction given an JSON string
|
CheckoutRedirectAction |
PaymentResponseAction.getCheckoutRedirectAction() |
Get the actual instance of `CheckoutRedirectAction`.
|
CheckoutRedirectAction |
CheckoutRedirectAction.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CheckoutRedirectAction |
CheckoutRedirectAction.method(String method) |
Specifies the HTTP method, for example GET or POST.
|
CheckoutRedirectAction |
CheckoutRedirectAction.paymentMethodType(String paymentMethodType) |
Specifies the payment method.
|
CheckoutRedirectAction |
CheckoutRedirectAction.putDataItem(String key,
String dataItem) |
|
CheckoutRedirectAction |
CheckoutRedirectAction.type(CheckoutRedirectAction.TypeEnum type) |
**redirect**
|
CheckoutRedirectAction |
CheckoutRedirectAction.url(String url) |
Specifies the URL to redirect to.
|