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