Package com.adyen.notification
Class BankingWebhookHandler
- java.lang.Object
-
- com.adyen.notification.BankingWebhookHandler
-
public class BankingWebhookHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description BankingWebhookHandler(String payload)
-
Method Summary
-
-
-
Constructor Detail
-
BankingWebhookHandler
public BankingWebhookHandler(String payload)
-
-
Method Detail
-
getAuthenticationNotificationRequest
public Optional<AuthenticationNotificationRequest> getAuthenticationNotificationRequest()
-
getAccountHolderNotificationRequest
public Optional<AccountHolderNotificationRequest> getAccountHolderNotificationRequest()
-
getBalanceAccountNotificationRequest
public Optional<BalanceAccountNotificationRequest> getBalanceAccountNotificationRequest()
-
getCardOrderNotificationRequest
public Optional<CardOrderNotificationRequest> getCardOrderNotificationRequest()
-
getPaymentNotificationRequest
public Optional<PaymentNotificationRequest> getPaymentNotificationRequest()
-
getSweepConfigurationNotificationRequest
public Optional<SweepConfigurationNotificationRequest> getSweepConfigurationNotificationRequest()
-
getReportNotificationRequest
public Optional<ReportNotificationRequest> getReportNotificationRequest()
-
getTransferNotificationRequest
public Optional<TransferNotificationRequest> getTransferNotificationRequest()
-
getTransactionNotificationRequest
public Optional<TransactionNotificationRequestV4> getTransactionNotificationRequest()
-
-