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