Uses of Class
com.adyen.model.managementwebhooks.PaymentMethodRequestRemovedNotificationRequest
-
Packages that use PaymentMethodRequestRemovedNotificationRequest Package Description com.adyen.model.managementwebhooks com.adyen.notification -
-
Uses of PaymentMethodRequestRemovedNotificationRequest in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return PaymentMethodRequestRemovedNotificationRequest Modifier and Type Method Description PaymentMethodRequestRemovedNotificationRequestPaymentMethodRequestRemovedNotificationRequest. createdAt(OffsetDateTime createdAt)PaymentMethodRequestRemovedNotificationRequestPaymentMethodRequestRemovedNotificationRequest. data(MidServiceNotificationData data)PaymentMethodRequestRemovedNotificationRequestPaymentMethodRequestRemovedNotificationRequest. environment(String environment)static PaymentMethodRequestRemovedNotificationRequestPaymentMethodRequestRemovedNotificationRequest. fromJson(String jsonString)Create an instance of PaymentMethodRequestRemovedNotificationRequest given an JSON stringPaymentMethodRequestRemovedNotificationRequestPaymentMethodRequestRemovedNotificationRequest. type(PaymentMethodRequestRemovedNotificationRequest.TypeEnum type) -
Uses of PaymentMethodRequestRemovedNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type PaymentMethodRequestRemovedNotificationRequest Modifier and Type Method Description Optional<PaymentMethodRequestRemovedNotificationRequest>ManagementWebhookHandler. getPaymentMethodRequestRemovedNotificationRequest()
-