CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.body(String body) |
The request body that you want Adyen to forward to the third party on your behalf, in string
format.
|
CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.credentials(String credentials) |
Your credentials that are needed to authenticate with the third party.
|
static CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.fromJson(String jsonString) |
Create an instance of CheckoutOutgoingForwardRequest given an JSON string
|
CheckoutOutgoingForwardRequest |
CheckoutForwardRequest.getRequest() |
Get request
|
CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.headers(Map<String,String> headers) |
The request headers that will be included in the request Adyen makes to the third party on your
behalf.
|
CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.httpMethod(CheckoutOutgoingForwardRequest.HttpMethodEnum httpMethod) |
The HTTP method to use for the request Adyen makes on your behalf to the third party.
|
CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.putHeadersItem(String key,
String headersItem) |
|
CheckoutOutgoingForwardRequest |
CheckoutOutgoingForwardRequest.urlSuffix(String urlSuffix) |
The suffix that Adyen needs to append to the `baseUrl` to construct the destination
URL that belongs to the third party.
|