Interface SapSubscriptionBillingEffectivePriceService
- All Superinterfaces:
de.hybris.platform.commerceservices.price.CommercePriceService,de.hybris.platform.subscriptionservices.price.SubscriptionCommercePriceService
- All Known Implementing Classes:
DefaultSapSubscriptionBillingEffectivePriceService
public interface SapSubscriptionBillingEffectivePriceService
extends de.hybris.platform.subscriptionservices.price.SubscriptionCommercePriceService
Extension of
SubscriptionCommercePriceService-
Method Summary
Modifier and TypeMethodDescriptiongetSubscriptionEffectivePricePlan(ProductModel productModel, Date effectiveDate) Get subscription effective price planMethods inherited from interface de.hybris.platform.commerceservices.price.CommercePriceService
getFromPriceForProduct, getWebPriceForProductMethods inherited from interface de.hybris.platform.subscriptionservices.price.SubscriptionCommercePriceService
getFirstRecurringPriceFromPlan, getLastRecurringPriceFromPlan, getOneTimeChargeEntryPlan, getSubscriptionPricePlanForEntry, getSubscriptionPricePlanForProduct
-
Method Details
-
getSubscriptionEffectivePricePlan
SubscriptionPricePlanModel getSubscriptionEffectivePricePlan(ProductModel productModel, Date effectiveDate) Get subscription effective price plan- Parameters:
productModel- product modeleffectiveDate- effective date- Returns:
- subscription effective price plan
-