Package com.adyen.notification
Class ClassicPlatformWebhookHandler
- java.lang.Object
-
- com.adyen.notification.ClassicPlatformWebhookHandler
-
public class ClassicPlatformWebhookHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassicPlatformWebhookHandler(String payload)
-
Method Summary
-
-
-
Constructor Detail
-
ClassicPlatformWebhookHandler
public ClassicPlatformWebhookHandler(String payload)
-
-
Method Detail
-
getAccountCreateNotification
public Optional<AccountCreateNotification> getAccountCreateNotification()
-
getAccountCloseNotification
public Optional<AccountCloseNotification> getAccountCloseNotification()
-
getAccountFundsBelowThresholdNotification
public Optional<AccountFundsBelowThresholdNotification> getAccountFundsBelowThresholdNotification()
-
getAccountHolderCreateNotification
public Optional<AccountHolderCreateNotification> getAccountHolderCreateNotification()
-
getAccountHolderPayoutNotification
public Optional<AccountHolderPayoutNotification> getAccountHolderPayoutNotification()
-
getAccountHolderStatusChangeNotification
public Optional<AccountHolderStatusChangeNotification> getAccountHolderStatusChangeNotification()
-
getAccountHolderUpcomingDeadlineNotification
public Optional<AccountHolderUpcomingDeadlineNotification> getAccountHolderUpcomingDeadlineNotification()
-
getAccountHolderUpdateNotification
public Optional<AccountHolderUpdateNotification> getAccountHolderUpdateNotification()
-
getAccountHolderVerificationNotification
public Optional<AccountHolderVerificationNotification> getAccountHolderVerificationNotification()
-
getAccountUpdateNotification
public Optional<AccountUpdateNotification> getAccountUpdateNotification()
-
getBeneficiarySetupNotification
public Optional<BeneficiarySetupNotification> getBeneficiarySetupNotification()
-
getCompensateNegativeBalanceNotification
public Optional<CompensateNegativeBalanceNotification> getCompensateNegativeBalanceNotification()
-
getDirectDebitInitiatedNotification
public Optional<DirectDebitInitiatedNotification> getDirectDebitInitiatedNotification()
-
getPaymentFailureNotification
public Optional<PaymentFailureNotification> getPaymentFailureNotification()
-
getRefundFundsTransferNotification
public Optional<RefundFundsTransferNotification> getRefundFundsTransferNotification()
-
getReportAvailableNotification
public Optional<ReportAvailableNotification> getReportAvailableNotification()
-
getScheduledRefundsNotification
public Optional<ScheduledRefundsNotification> getScheduledRefundsNotification()
-
getTransferFundsNotification
public Optional<TransferFundsNotification> getTransferFundsNotification()
-
-