Interface GuestCountService
- All Known Implementing Classes:
DefaultGuestCountService
public interface GuestCountService
Interface that exposes Guest Count specific services
-
Method Summary
Modifier and TypeMethodDescriptiongetGuestCount(String passengerTypeCode, int quantity) Return the GuestCountModel corresponding to the given parameters
-
Method Details
-
getGuestCount
Return the GuestCountModel corresponding to the given parameters- Parameters:
passengerTypeCode- the passenger type codequantity- the quantity- Returns:
- the GuestCountModel
-