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