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