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