Uses of Class
com.adyen.model.marketpay.notification.TestNotificationConfigurationRequest
-
Packages that use TestNotificationConfigurationRequest Package Description com.adyen.model.marketpay.notification com.adyen.service -
-
Uses of TestNotificationConfigurationRequest in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return TestNotificationConfigurationRequest Modifier and Type Method Description TestNotificationConfigurationRequestTestNotificationConfigurationRequest. addEventTypesItem(TestNotificationConfigurationRequest.EventTypesEnum eventTypesItem)TestNotificationConfigurationRequestTestNotificationConfigurationRequest. eventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)TestNotificationConfigurationRequestTestNotificationConfigurationRequest. notificationId(Long notificationId) -
Uses of TestNotificationConfigurationRequest in com.adyen.service
Methods in com.adyen.service with parameters of type TestNotificationConfigurationRequest Modifier and Type Method Description TestNotificationConfigurationResponseNotification. testNotificationConfiguration(TestNotificationConfigurationRequest testNotificationConfigurationRequest)
-