Uses of Class
com.adyen.model.balanceplatform.TransferRoute.CategoryEnum
-
Packages that use TransferRoute.CategoryEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TransferRoute.CategoryEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransferRoute.CategoryEnum Modifier and Type Method Description static TransferRoute.CategoryEnumTransferRoute.CategoryEnum. fromValue(String value)TransferRoute.CategoryEnumTransferRoute. getCategory()The type of transfer.static TransferRoute.CategoryEnumTransferRoute.CategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferRoute.CategoryEnum[]TransferRoute.CategoryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type TransferRoute.CategoryEnum Modifier and Type Method Description TransferRouteTransferRoute. category(TransferRoute.CategoryEnum category)voidTransferRoute. setCategory(TransferRoute.CategoryEnum category)The type of transfer.
-