Interface DeliveryCostEvaluationStrategy
-
- All Known Implementing Classes:
DefaultDeliveryCostEvaluationStrategy
public interface DeliveryCostEvaluationStrategy
Strategy to evaluate delivery cost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.math.BigDecimal
evaluateCost(AbstractOrderModel order, DeliveryModeModel deliveryMode)
-
-
-
Method Detail
-
evaluateCost
java.math.BigDecimal evaluateCost(AbstractOrderModel order, DeliveryModeModel deliveryMode)
-
-