Uses of Class
com.adyen.model.marketpayconfiguration.DeleteNotificationConfigurationRequest
-
Packages that use DeleteNotificationConfigurationRequest Package Description com.adyen.model.marketpayconfiguration com.adyen.service.classicplatforms -
-
Uses of DeleteNotificationConfigurationRequest in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration that return DeleteNotificationConfigurationRequest Modifier and Type Method Description DeleteNotificationConfigurationRequestDeleteNotificationConfigurationRequest. addNotificationIdsItem(Long notificationIdsItem)static DeleteNotificationConfigurationRequestDeleteNotificationConfigurationRequest. fromJson(String jsonString)Create an instance of DeleteNotificationConfigurationRequest given an JSON stringDeleteNotificationConfigurationRequestDeleteNotificationConfigurationRequest. notificationIds(List<Long> notificationIds) -
Uses of DeleteNotificationConfigurationRequest in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms with parameters of type DeleteNotificationConfigurationRequest Modifier and Type Method Description GenericResponseClassicPlatformConfigurationApi. deleteNotificationConfigurations(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest)Delete a notification subscription configurationGenericResponseClassicPlatformConfigurationApi. deleteNotificationConfigurations(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest, RequestOptions requestOptions)Delete a notification subscription configuration
-