Uses of Class
com.adyen.model.management.TestCompanyWebhookRequest
-
Packages that use TestCompanyWebhookRequest Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of TestCompanyWebhookRequest in com.adyen.model.management
Methods in com.adyen.model.management that return TestCompanyWebhookRequest Modifier and Type Method Description TestCompanyWebhookRequestTestCompanyWebhookRequest. addMerchantIdsItem(String merchantIdsItem)TestCompanyWebhookRequestTestCompanyWebhookRequest. addTypesItem(String typesItem)static TestCompanyWebhookRequestTestCompanyWebhookRequest. fromJson(String jsonString)Create an instance of TestCompanyWebhookRequest given an JSON stringTestCompanyWebhookRequestTestCompanyWebhookRequest. merchantIds(List<String> merchantIds)List of `merchantId` values for which test webhooks will be sent.TestCompanyWebhookRequestTestCompanyWebhookRequest. notification(CustomNotification notification)notificationTestCompanyWebhookRequestTestCompanyWebhookRequest. types(List<String> types)List of event codes for which to send test notifications. -
Uses of TestCompanyWebhookRequest in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type TestCompanyWebhookRequest Modifier and Type Method Description TestWebhookResponseWebhooksCompanyLevelApi. testWebhook(String companyId, String webhookId, TestCompanyWebhookRequest testCompanyWebhookRequest)Test a webhookTestWebhookResponseWebhooksCompanyLevelApi. testWebhook(String companyId, String webhookId, TestCompanyWebhookRequest testCompanyWebhookRequest, RequestOptions requestOptions)Test a webhook
-