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