Uses of Class
com.adyen.model.notification.NotificationRequestItem
-
Packages that use NotificationRequestItem Package Description com.adyen.model.notification com.adyen.util -
-
Uses of NotificationRequestItem in com.adyen.model.notification
Methods in com.adyen.model.notification that return types with arguments of type NotificationRequestItem Modifier and Type Method Description List<NotificationRequestItem>NotificationRequest. getNotificationItems()Methods in com.adyen.model.notification with parameters of type NotificationRequestItem Modifier and Type Method Description voidNotificationRequestItemContainer. setNotificationItem(NotificationRequestItem notificationItem) -
Uses of NotificationRequestItem in com.adyen.util
Methods in com.adyen.util with parameters of type NotificationRequestItem Modifier and Type Method Description StringHMACValidator. calculateHMAC(NotificationRequestItem notificationRequestItem, String key)StringHMACValidator. getDataToSign(NotificationRequestItem notificationRequestItem)booleanHMACValidator. validateHMAC(NotificationRequestItem notificationRequestItem, String key)
-