Interface FindPaymentCostStrategy
-
- All Superinterfaces:
ServiceLayerOnlyCalculationVerifier
- All Known Implementing Classes:
DefaultFindPaymentCostStrategy,DefaultSLFindPaymentCostStrategy
public interface FindPaymentCostStrategy extends ServiceLayerOnlyCalculationVerifier
Strategy focused on resolving payment cost for a given order. Payment cost depends on the payment mode chosen at the checkout.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PriceValuegetPaymentCost(AbstractOrderModel order)Returns cost of the given order that is related with payment.-
Methods inherited from interface de.hybris.platform.order.strategies.calculation.ServiceLayerOnlyCalculationVerifier
isSLOnly
-
-
-
-
Method Detail
-
getPaymentCost
PriceValue getPaymentCost(AbstractOrderModel order)
Returns cost of the given order that is related with payment.- Parameters:
order-AbstractOrderModel- Returns:
PriceValuerepresenting payment cost introduced in the order.
-
-