Class AccountHolderUpcomingDeadlineNotification
- java.lang.Object
-
- com.adyen.model.marketpay.notification.GenericNotification
-
- com.adyen.model.marketpay.notification.AccountHolderUpcomingDeadlineNotification
-
public class AccountHolderUpcomingDeadlineNotification extends GenericNotification
AccountHolderUpcomingDeadlineNotification
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.adyen.model.marketpay.notification.GenericNotification
GenericNotification.EventTypeEnum
-
-
Constructor Summary
Constructors Constructor Description AccountHolderUpcomingDeadlineNotification()
-
Method Summary
-
Methods inherited from class com.adyen.model.marketpay.notification.GenericNotification
getEventType, setEventType
-
-
-
-
Method Detail
-
content
public AccountHolderUpcomingDeadlineNotification content(AccountHolderUpcomingDeadlineNotificationContent content)
-
getContent
public AccountHolderUpcomingDeadlineNotificationContent getContent()
Get content- Returns:
- content
-
setContent
public void setContent(AccountHolderUpcomingDeadlineNotificationContent content)
-
error
public AccountHolderUpcomingDeadlineNotification error(NotificationErrorContainer error)
-
getError
public NotificationErrorContainer getError()
Get error- Returns:
- error
-
setError
public void setError(NotificationErrorContainer error)
-
eventDate
public AccountHolderUpcomingDeadlineNotification eventDate(Date eventDate)
-
getEventDate
public Date getEventDate()
The date and time when an event has been completed.- Returns:
- eventDate
-
setEventDate
public void setEventDate(Date eventDate)
-
executingUserKey
public AccountHolderUpcomingDeadlineNotification executingUserKey(String executingUserKey)
-
getExecutingUserKey
public String getExecutingUserKey()
The user or process that has triggered the notification.- Returns:
- executingUserKey
-
setExecutingUserKey
public void setExecutingUserKey(String executingUserKey)
-
live
public AccountHolderUpcomingDeadlineNotification live(Boolean live)
-
isLive
public Boolean isLive()
Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.- Returns:
- live
-
setLive
public void setLive(Boolean live)
-
pspReference
public AccountHolderUpcomingDeadlineNotification pspReference(String pspReference)
-
getPspReference
public String getPspReference()
The PSP reference of the request from which the notification originates.- Returns:
- pspReference
-
setPspReference
public void setPspReference(String pspReference)
-
-