Interface RatePlanConfigService

All Known Implementing Classes:
DefaultRatePlanConfigService

public interface RatePlanConfigService
RatePlanConfig Service interface which provides functionality to manage Rate Plan Config.
  • Method Details

    • getRatePlanConfigForCode

      RatePlanConfigModel getRatePlanConfigForCode(String ratePlanConfigCode)
      Returns the RatePlanConfigModel for a given code
      Parameters:
      ratePlanConfigCode - the code of the ratePlanConfig to get
      Returns:
      the RatePlanConfigModel corresponding to the given code