Interface ShoppingTravelAncillaryService
- All Known Implementing Classes:
DefaultShoppingTravelAncillaryService
public interface ShoppingTravelAncillaryService
The interface Shopping travel ancillary service.
-
Method Summary
Modifier and TypeMethodDescriptiongetCommerceAncillaryProducts(List<String> transportOfferingCodes) Gets a list of commerce ancillary products that have stock for the given transport offering codes.
-
Method Details
-
getCommerceAncillaryProducts
List<CommerceAncillaryProductModel> getCommerceAncillaryProducts(List<String> transportOfferingCodes) Gets a list of commerce ancillary products that have stock for the given transport offering codes.- Parameters:
transportOfferingCodes- the transport offering codes- Returns:
- the ancillary products
-