Interface SapSubscriptionBillingRatePlanService
- All Known Implementing Classes:
DefaultSapSubscriptionBillingRatePlanService
public interface SapSubscriptionBillingRatePlanService
This service connects to Sap Subscription Billing System and performs Subscription rateplan related actions
-
Method Summary
Modifier and TypeMethodDescriptiongetRatePlanViewBatchRequest(RatePlanViewBatchRequest ratePlanViewBatchRequest) Fetch rate plans based on pricing parameters
-
Method Details
-
getRatePlanViewBatchRequest
RatePlanViewBatchResponse getRatePlanViewBatchRequest(RatePlanViewBatchRequest ratePlanViewBatchRequest) throws de.hybris.platform.subscriptionservices.exception.SubscriptionServiceException Fetch rate plans based on pricing parameters- Parameters:
ratePlanViewBatchRequest- pricing parameters to fetch the corresponding rate plans- Returns:
- Response of batch process
RatePlanViewBatchResponse - Throws:
de.hybris.platform.subscriptionservices.exception.SubscriptionServiceException- if error occurs due to input data
-