Uses of Class
com.adyen.model.balanceplatform.TransferRouteRequest.CategoryEnum
-
Packages that use TransferRouteRequest.CategoryEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TransferRouteRequest.CategoryEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransferRouteRequest.CategoryEnum Modifier and Type Method Description static TransferRouteRequest.CategoryEnumTransferRouteRequest.CategoryEnum. fromValue(String value)TransferRouteRequest.CategoryEnumTransferRouteRequest. getCategory()The type of transfer.static TransferRouteRequest.CategoryEnumTransferRouteRequest.CategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferRouteRequest.CategoryEnum[]TransferRouteRequest.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 TransferRouteRequest.CategoryEnum Modifier and Type Method Description TransferRouteRequestTransferRouteRequest. category(TransferRouteRequest.CategoryEnum category)The type of transfer.voidTransferRouteRequest. setCategory(TransferRouteRequest.CategoryEnum category)The type of transfer.
-