Package com.adyen.model.notification
Class NotificationRequestItemContainer
- java.lang.Object
-
- com.adyen.model.notification.NotificationRequestItemContainer
-
public class NotificationRequestItemContainer extends Object
Container for NotificationRequestItem
-
-
Constructor Summary
Constructors Constructor Description NotificationRequestItemContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationRequestItemgetNotificationItem()voidsetNotificationItem(NotificationRequestItem notificationItem)StringtoString()
-
-
-
Method Detail
-
getNotificationItem
public NotificationRequestItem getNotificationItem()
-
setNotificationItem
public void setNotificationItem(NotificationRequestItem notificationItem)
-
-