Uses of Class
com.adyen.model.nexo.EventNotification
-
Packages that use EventNotification Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of EventNotification in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type EventNotification Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withEventNotification(EventNotification eventNotification) -
Uses of EventNotification in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as EventNotification Modifier and Type Field Description protected EventNotificationSaleToPOIRequest. eventNotificationThe Event notification.Methods in com.adyen.model.nexo that return EventNotification Modifier and Type Method Description EventNotificationObjectFactory. createEventNotification()Create an instance ofEventNotificationEventNotificationSaleToPOIRequest. getEventNotification()Gets the value of the eventNotification property.Methods in com.adyen.model.nexo with parameters of type EventNotification Modifier and Type Method Description voidSaleToPOIRequest. setEventNotification(EventNotification value)Sets the value of the eventNotification property.
-