Uses of Class
com.adyen.model.transferwebhooks.BankCategoryData.PriorityEnum
-
Packages that use BankCategoryData.PriorityEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of BankCategoryData.PriorityEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return BankCategoryData.PriorityEnum Modifier and Type Method Description static BankCategoryData.PriorityEnumBankCategoryData.PriorityEnum. fromValue(String value)BankCategoryData.PriorityEnumBankCategoryData. getPriority()The priority for the bank transfer.static BankCategoryData.PriorityEnumBankCategoryData.PriorityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BankCategoryData.PriorityEnum[]BankCategoryData.PriorityEnum. 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.PriorityEnum Modifier and Type Method Description BankCategoryDataBankCategoryData. priority(BankCategoryData.PriorityEnum priority)The priority for the bank transfer.voidBankCategoryData. setPriority(BankCategoryData.PriorityEnum priority)The priority for the bank transfer.
-