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