CheckoutForwardResponseFromUrl |
CheckoutForwardResponseFromUrl.body(String body) |
The body of the response Adyen received from the third party, in string format.
|
static CheckoutForwardResponseFromUrl |
CheckoutForwardResponseFromUrl.fromJson(String jsonString) |
Create an instance of CheckoutForwardResponseFromUrl given an JSON string
|
CheckoutForwardResponseFromUrl |
CheckoutForwardResponse.getResponse() |
Get response
|
CheckoutForwardResponseFromUrl |
CheckoutForwardResponseFromUrl.headers(Map<String,String> headers) |
The HTTP headers of the response Adyen received from the third party.
|
CheckoutForwardResponseFromUrl |
CheckoutForwardResponseFromUrl.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CheckoutForwardResponseFromUrl |
CheckoutForwardResponseFromUrl.putHeadersItem(String key,
String headersItem) |
|
CheckoutForwardResponseFromUrl |
CheckoutForwardResponseFromUrl.status(Integer status) |
The HTTP status of the response Adyen received from the third party.
|