Interface OrderTotalPaidCalculationStrategy
- All Known Implementing Classes:
DefaultOrderTotalPaidCalculationStrategy
public interface OrderTotalPaidCalculationStrategy
Interface for strategies calculating the total amount paid given an order.
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(AbstractOrderModel abstractOrder) Calculates the total paid according with the transactions against the given order
-
Method Details
-
calculate
Calculates the total paid according with the transactions against the given order- Parameters:
abstractOrder-- Returns:
-