Uses of Class
com.adyen.model.management.CustomNotification
-
Packages that use CustomNotification Package Description com.adyen.model.management -
-
Uses of CustomNotification in com.adyen.model.management
Methods in com.adyen.model.management that return CustomNotification Modifier and Type Method Description CustomNotificationCustomNotification. amount(Amount amount)CustomNotificationCustomNotification. eventCode(String eventCode)CustomNotificationCustomNotification. eventDate(OffsetDateTime eventDate)static CustomNotificationCustomNotification. fromJson(String jsonString)Create an instance of CustomNotification given an JSON stringCustomNotificationTestCompanyWebhookRequest. getNotification()Get notificationCustomNotificationTestWebhookRequest. getNotification()Get notificationCustomNotificationCustomNotification. merchantReference(String merchantReference)CustomNotificationCustomNotification. paymentMethod(String paymentMethod)CustomNotificationCustomNotification. reason(String reason)CustomNotificationCustomNotification. success(Boolean success)Methods in com.adyen.model.management with parameters of type CustomNotification Modifier and Type Method Description TestCompanyWebhookRequestTestCompanyWebhookRequest. notification(CustomNotification notification)TestWebhookRequestTestWebhookRequest. notification(CustomNotification notification)voidTestCompanyWebhookRequest. setNotification(CustomNotification notification)notificationvoidTestWebhookRequest. setNotification(CustomNotification notification)notification
-