Uses of Class
com.adyen.model.transactionwebhooks.BankCategoryData.TypeEnum
-
Packages that use BankCategoryData.TypeEnum Package Description com.adyen.model.transactionwebhooks -
-
Uses of BankCategoryData.TypeEnum in com.adyen.model.transactionwebhooks
Methods in com.adyen.model.transactionwebhooks 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.transactionwebhooks with parameters of type BankCategoryData.TypeEnum Modifier and Type Method Description voidBankCategoryData. setType(BankCategoryData.TypeEnum type)**bank**BankCategoryDataBankCategoryData. type(BankCategoryData.TypeEnum type)**bank**
-