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