Interface RatePlanConfigService
- All Known Implementing Classes:
DefaultRatePlanConfigService
public interface RatePlanConfigService
RatePlanConfig Service interface which provides functionality to manage Rate Plan Config.
-
Method Summary
Modifier and TypeMethodDescriptiongetRatePlanConfigForCode(String ratePlanConfigCode) Returns the RatePlanConfigModel for a given code
-
Method Details
-
getRatePlanConfigForCode
Returns the RatePlanConfigModel for a given code- Parameters:
ratePlanConfigCode- the code of the ratePlanConfig to get- Returns:
- the RatePlanConfigModel corresponding to the given code
-