Interface AccommodationExtrasService

All Known Implementing Classes:
DefaultAccommodationExtrasService, OptimizedAccommodationExtrasService

public interface AccommodationExtrasService
Service that exposes the methods related to the extra services of an accommodation and accommodationOffering
  • Method Details

    • getExtrasForAccommodationOffering

      List<ProductModel> getExtrasForAccommodationOffering(String accommodationOfferingCode)
      Returns the list of available extra services for a accommodationOffering given its code
      Parameters:
      accommodationOfferingCode - the code of the accommodationOffering to be use to retrieve the extra services
      Returns:
      a list of ProductModel representing the list of available extra services for the given accommodationOffering