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)amountCustomNotificationCustomNotification. eventCode(String eventCode)The event that caused the notification to be sent.Currently supported values: * **AUTHORISATION** * **CANCELLATION** * **REFUND** * **CAPTURE** * **REPORT_AVAILABLE** * **CHARGEBACK** * **REQUEST_FOR_INFORMATION** * **NOTIFICATION_OF_CHARGEBACK** * **NOTIFICATIONTEST** * **ORDER_OPENED** * **ORDER_CLOSED** * **CHARGEBACK_REVERSED** * **REFUNDED_REVERSED** * **REFUND_WITH_DATA**CustomNotificationCustomNotification. eventDate(OffsetDateTime eventDate)The time of the event.static CustomNotificationCustomNotification. fromJson(String jsonString)Create an instance of CustomNotification given an JSON stringCustomNotificationTestCompanyWebhookRequest. getNotification()notificationCustomNotificationTestWebhookRequest. getNotification()notificationCustomNotificationCustomNotification. merchantReference(String merchantReference)Your reference for the custom test notification.CustomNotificationCustomNotification. paymentMethod(String paymentMethod)The payment method for the payment that the notification is about.CustomNotificationCustomNotification. reason(String reason)A description of what caused the notification.CustomNotificationCustomNotification. success(Boolean success)The outcome of the event which the notification is about.Methods in com.adyen.model.management with parameters of type CustomNotification Modifier and Type Method Description TestCompanyWebhookRequestTestCompanyWebhookRequest. notification(CustomNotification notification)notificationTestWebhookRequestTestWebhookRequest. notification(CustomNotification notification)notificationvoidTestCompanyWebhookRequest. setNotification(CustomNotification notification)notificationvoidTestWebhookRequest. setNotification(CustomNotification notification)notification
-