Interface GuestCountService

All Known Implementing Classes:
DefaultGuestCountService

public interface GuestCountService
Interface that exposes Guest Count specific services
  • Method Summary

    Modifier and Type
    Method
    Description
    getGuestCount(String passengerTypeCode, int quantity)
    Return the GuestCountModel corresponding to the given parameters
  • Method Details

    • getGuestCount

      GuestCountModel getGuestCount(String passengerTypeCode, int quantity)
      Return the GuestCountModel corresponding to the given parameters
      Parameters:
      passengerTypeCode - the passenger type code
      quantity - the quantity
      Returns:
      the GuestCountModel