Uses of Class
com.adyen.model.configurationwebhooks.AccountSupportingEntityCapability.AllowedLevelEnum
-
Packages that use AccountSupportingEntityCapability.AllowedLevelEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of AccountSupportingEntityCapability.AllowedLevelEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return AccountSupportingEntityCapability.AllowedLevelEnum Modifier and Type Method Description static AccountSupportingEntityCapability.AllowedLevelEnumAccountSupportingEntityCapability.AllowedLevelEnum. fromValue(String value)AccountSupportingEntityCapability.AllowedLevelEnumAccountSupportingEntityCapability. getAllowedLevel()The capability level that is allowed for the account holder.static AccountSupportingEntityCapability.AllowedLevelEnumAccountSupportingEntityCapability.AllowedLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountSupportingEntityCapability.AllowedLevelEnum[]AccountSupportingEntityCapability.AllowedLevelEnum. 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 AccountSupportingEntityCapability.AllowedLevelEnum Modifier and Type Method Description AccountSupportingEntityCapabilityAccountSupportingEntityCapability. allowedLevel(AccountSupportingEntityCapability.AllowedLevelEnum allowedLevel)The capability level that is allowed for the account holder.voidAccountSupportingEntityCapability. setAllowedLevel(AccountSupportingEntityCapability.AllowedLevelEnum allowedLevel)The capability level that is allowed for the account holder.
-