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)TestOutputTestOutput. output(String output)TestOutputTestOutput. requestSent(String requestSent)TestOutputTestOutput. responseCode(String responseCode)TestOutputTestOutput. responseTime(String responseTime)TestOutputTestOutput. status(String status)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)voidTestWebhookResponse. setData(List<TestOutput> data)List with test results.
-