Uses of Class
com.adyen.model.managementwebhooks.PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum
-
Packages that use PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum Package Description com.adyen.model.managementwebhooks -
-
Uses of PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum Modifier and Type Method Description static PaymentMethodScheduledForRemovalNotificationRequest.TypeEnumPaymentMethodScheduledForRemovalNotificationRequest.TypeEnum. fromValue(String value)PaymentMethodScheduledForRemovalNotificationRequest.TypeEnumPaymentMethodScheduledForRemovalNotificationRequest. getType()Type of notification.static PaymentMethodScheduledForRemovalNotificationRequest.TypeEnumPaymentMethodScheduledForRemovalNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum[]PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.managementwebhooks with parameters of type PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum Modifier and Type Method Description voidPaymentMethodScheduledForRemovalNotificationRequest. setType(PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum type)Type of notification.PaymentMethodScheduledForRemovalNotificationRequestPaymentMethodScheduledForRemovalNotificationRequest. type(PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum type)Type of notification.
-