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