Class GenericNotification
- java.lang.Object
-
- com.adyen.model.marketpay.notification.GenericNotification
-
- Direct Known Subclasses:
AccountCloseNotification,AccountCreateNotification,AccountFundsBelowThresholdNotification,AccountHolderCreateNotification,AccountHolderPayoutNotification,AccountHolderStatusChangeNotification,AccountHolderStoreStatusChangeNotification,AccountHolderUpcomingDeadlineNotification,AccountHolderUpdateNotification,AccountHolderVerificationNotification,AccountUpdateNotification,BeneficiarySetupNotification,CompensateNegativeBalanceNotification,DirectDebitInitiatedNotification,PaymentFailureNotification,RefundFundsTransferNotification,ReportAvailableNotification,ScheduledRefundsNotification,TransferFundsNotification
public class GenericNotification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenericNotification.EventTypeEnum
-
Constructor Summary
Constructors Constructor Description GenericNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericNotification.EventTypeEnumgetEventType()voidsetEventType(GenericNotification.EventTypeEnum eventType)
-
-
-
Method Detail
-
getEventType
public GenericNotification.EventTypeEnum getEventType()
-
setEventType
public void setEventType(GenericNotification.EventTypeEnum eventType)
-
-