Class AccountHolderUpcomingDeadlineNotificationContent
- java.lang.Object
-
- com.adyen.model.marketpay.notification.AccountHolderUpcomingDeadlineNotificationContent
-
public class AccountHolderUpcomingDeadlineNotificationContent extends Object
AccountHolderUpcomingDeadlineNotificationContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountHolderUpcomingDeadlineNotificationContent.EventEnumThe event name that will be trigger if no action is taken.
-
Constructor Summary
Constructors Constructor Description AccountHolderUpcomingDeadlineNotificationContent()
-
Method Summary
-
-
-
Method Detail
-
accountHolderCode
public AccountHolderUpcomingDeadlineNotificationContent accountHolderCode(String accountHolderCode)
-
getAccountHolderCode
public String getAccountHolderCode()
The code of the account holder whom the event refers to.- Returns:
- accountHolderCode
-
setAccountHolderCode
public void setAccountHolderCode(String accountHolderCode)
-
event
public AccountHolderUpcomingDeadlineNotificationContent event(AccountHolderUpcomingDeadlineNotificationContent.EventEnum event)
-
getEvent
public AccountHolderUpcomingDeadlineNotificationContent.EventEnum getEvent()
The event name that will be trigger if no action is taken.- Returns:
- event
-
setEvent
public void setEvent(AccountHolderUpcomingDeadlineNotificationContent.EventEnum event)
-
executionDate
public AccountHolderUpcomingDeadlineNotificationContent executionDate(Date executionDate)
-
getExecutionDate
public Date getExecutionDate()
The execution date scheduled for the event.- Returns:
- executionDate
-
setExecutionDate
public void setExecutionDate(Date executionDate)
-
reason
public AccountHolderUpcomingDeadlineNotificationContent reason(String reason)
-
getReason
public String getReason()
The reason that leads to scheduling of the event.- Returns:
- reason
-
setReason
public void setReason(String reason)
-
-