Package com.adyen.notification
Class ManagementWebhookHandler
- java.lang.Object
-
- com.adyen.notification.ManagementWebhookHandler
-
public class ManagementWebhookHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description ManagementWebhookHandler(String payload)
-
Method Summary
-
-
-
Constructor Detail
-
ManagementWebhookHandler
public ManagementWebhookHandler(String payload)
-
-
Method Detail
-
getMerchantCreatedNotificationRequest
public Optional<MerchantCreatedNotificationRequest> getMerchantCreatedNotificationRequest()
-
getMerchantUpdatedNotificationRequest
public Optional<MerchantUpdatedNotificationRequest> getMerchantUpdatedNotificationRequest()
-
getPaymentMethodCreatedNotificationRequest
public Optional<PaymentMethodCreatedNotificationRequest> getPaymentMethodCreatedNotificationRequest()
-
getPaymentMethodRequestRemovedNotificationRequest
public Optional<PaymentMethodRequestRemovedNotificationRequest> getPaymentMethodRequestRemovedNotificationRequest()
-
getPaymentMethodScheduledForRemovalNotificationRequest
public Optional<PaymentMethodScheduledForRemovalNotificationRequest> getPaymentMethodScheduledForRemovalNotificationRequest()
-
-