static TestOutput |
TestOutput.fromJson(String jsonString) |
Create an instance of TestOutput given an JSON string
|
TestOutput |
TestOutput.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
TestOutput |
TestOutput.merchantId(String merchantId) |
Unique identifier of the merchant account that the notification is about.
|
TestOutput |
TestOutput.output(String output) |
A short, human-readable explanation of the test result.
|
TestOutput |
TestOutput.requestSent(String requestSent) |
The [body of the notification
webhook](https://docs.adyen.com/development-resources/webhooks/understand-notifications#notification-structure)
that was sent to your server.
|
TestOutput |
TestOutput.responseCode(String responseCode) |
The HTTP response code for your server's response to the test webhook.
|
TestOutput |
TestOutput.responseTime(String responseTime) |
The time between sending the test webhook and receiving the response from your server.
|
TestOutput |
TestOutput.status(String status) |
The status of the test request.
|