Interface ShoppingTravelSectorService
- All Known Implementing Classes:
DefaultShoppingTravelSectorService
public interface ShoppingTravelSectorService
The interface Travel sector service.
-
Method Summary
Modifier and TypeMethodDescriptiongetTravelSector(String originCode, String destinationCode) Gets travel sector.
-
Method Details
-
getTravelSector
Gets travel sector.- Parameters:
originCode- the origin codedestinationCode- the destination code- Returns:
- the travel sector
-