Interface MarketingRatePlanInfoService
- All Known Implementing Classes:
DefaultMarketingRatePlanInfoService
public interface MarketingRatePlanInfoService
MarketingRatePlanInfo Service interface which provides functionality to manage Marketing Rate Plan Info.
-
Method Summary
Modifier and TypeMethodDescriptiongetMarketingRatePlanInfoForCode(String marketingRatePlanInfoCode) Returns the MarketingRatePlanInfoModel for a given code
-
Method Details
-
getMarketingRatePlanInfoForCode
Returns the MarketingRatePlanInfoModel for a given code- Parameters:
marketingRatePlanInfoCode- the code of the marketingRatePlanInfo to get- Returns:
- the MarketingRatePlanInfoModel corresponding to the given code
-