Uses of Class
com.adyen.model.configurationwebhooks.SweepConfigurationNotificationRequest
-
Packages that use SweepConfigurationNotificationRequest Package Description com.adyen.model.configurationwebhooks com.adyen.notification -
-
Uses of SweepConfigurationNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfigurationNotificationRequest Modifier and Type Method Description SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. data(SweepConfigurationNotificationData data)SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. environment(String environment)static SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. fromJson(String jsonString)Create an instance of SweepConfigurationNotificationRequest given an JSON stringSweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. type(SweepConfigurationNotificationRequest.TypeEnum type) -
Uses of SweepConfigurationNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type SweepConfigurationNotificationRequest Modifier and Type Method Description Optional<SweepConfigurationNotificationRequest>BankingWebhookHandler. getSweepConfigurationNotificationRequest()
-