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)Timestamp for when the webhook was created.PaymentMethodScheduledForRemovalNotificationRequestPaymentMethodScheduledForRemovalNotificationRequest. data(MidServiceNotificationData data)dataPaymentMethodScheduledForRemovalNotificationRequestPaymentMethodScheduledForRemovalNotificationRequest. environment(String environment)The environment from which the webhook originated.static PaymentMethodScheduledForRemovalNotificationRequestPaymentMethodScheduledForRemovalNotificationRequest. fromJson(String jsonString)Create an instance of PaymentMethodScheduledForRemovalNotificationRequest given an JSON stringPaymentMethodScheduledForRemovalNotificationRequestPaymentMethodScheduledForRemovalNotificationRequest. type(PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum type)Type of notification. -
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()
-