Uses of Class
com.adyen.model.tapi.EventNotification
-
Packages that use EventNotification Package Description com.adyen.model.tapi -
-
Uses of EventNotification in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return EventNotification Modifier and Type Method Description EventNotificationEventNotification. addDisplayOutputItem(DisplayOutput displayOutputItem)EventNotificationEventNotification. displayOutput(List<DisplayOutput> displayOutput)Information to display and the way to process the display.EventNotificationEventNotification. eventDetails(String eventDetails)Information about the event the POI notifies to the Sale System.EventNotificationEventNotification. eventToNotify(EventToNotify eventToNotify)eventToNotifystatic EventNotificationEventNotification. fromJson(String jsonString)Create an instance of EventNotification given an JSON stringEventNotificationSaleToPOIRequest. getEventNotification()Get eventNotificationEventNotificationEventNotification. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.EventNotificationEventNotification. maintenanceRequiredFlag(Boolean maintenanceRequiredFlag)Indicates if the occurred event requires maintenance call or action.EventNotificationEventNotification. rejectedMessage(byte[] rejectedMessage)Message request rejected by the receiver.EventNotificationEventNotification. timeStamp(OffsetDateTime timeStamp)Date and time of a transaction for the Sale System, the POI System or the Acquirer.Methods in com.adyen.model.tapi with parameters of type EventNotification Modifier and Type Method Description SaleToPOIRequestSaleToPOIRequest. eventNotification(EventNotification eventNotification)eventNotificationvoidSaleToPOIRequest. setEventNotification(EventNotification eventNotification)eventNotification
-