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