Uses of Class
com.adyen.model.managementwebhooks.PaymentMethodRequestRemovedNotificationRequest.TypeEnum
-
Packages that use PaymentMethodRequestRemovedNotificationRequest.TypeEnum Package Description com.adyen.model.managementwebhooks -
-
Uses of PaymentMethodRequestRemovedNotificationRequest.TypeEnum in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return PaymentMethodRequestRemovedNotificationRequest.TypeEnum Modifier and Type Method Description static PaymentMethodRequestRemovedNotificationRequest.TypeEnumPaymentMethodRequestRemovedNotificationRequest.TypeEnum. fromValue(String value)PaymentMethodRequestRemovedNotificationRequest.TypeEnumPaymentMethodRequestRemovedNotificationRequest. getType()Type of notification.static PaymentMethodRequestRemovedNotificationRequest.TypeEnumPaymentMethodRequestRemovedNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethodRequestRemovedNotificationRequest.TypeEnum[]PaymentMethodRequestRemovedNotificationRequest.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 PaymentMethodRequestRemovedNotificationRequest.TypeEnum Modifier and Type Method Description voidPaymentMethodRequestRemovedNotificationRequest. setType(PaymentMethodRequestRemovedNotificationRequest.TypeEnum type)Type of notification.PaymentMethodRequestRemovedNotificationRequestPaymentMethodRequestRemovedNotificationRequest. type(PaymentMethodRequestRemovedNotificationRequest.TypeEnum type)Type of notification.
-