Uses of Class
com.adyen.model.management.TestOutput
-
Packages that use TestOutput Package Description com.adyen.model.management -
-
Uses of TestOutput in com.adyen.model.management
Methods in com.adyen.model.management that return TestOutput Modifier and Type Method Description static TestOutputTestOutput. fromJson(String jsonString)Create an instance of TestOutput given an JSON stringTestOutputTestOutput. merchantId(String merchantId)Unique identifier of the merchant account that the notification is about.TestOutputTestOutput. output(String output)The response your server returned for the test webhook.TestOutputTestOutput. 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.TestOutputTestOutput. responseCode(String responseCode)The HTTP response code for your server's response to the test webhook.TestOutputTestOutput. responseTime(String responseTime)The time between sending the test webhook and receiving the response from your server.TestOutputTestOutput. status(String status)The status of the test request.Methods in com.adyen.model.management that return types with arguments of type TestOutput Modifier and Type Method Description List<TestOutput>TestWebhookResponse. getData()List with test results.Methods in com.adyen.model.management with parameters of type TestOutput Modifier and Type Method Description TestWebhookResponseTestWebhookResponse. addDataItem(TestOutput dataItem)Method parameters in com.adyen.model.management with type arguments of type TestOutput Modifier and Type Method Description TestWebhookResponseTestWebhookResponse. data(List<TestOutput> data)List with test results.voidTestWebhookResponse. setData(List<TestOutput> data)List with test results.
-