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 Type
    Method
    Description
    Calculates the total paid according with the transactions against the given order
  • Method Details

    • calculate

      BigDecimal calculate(AbstractOrderModel abstractOrder)
      Calculates the total paid according with the transactions against the given order
      Parameters:
      abstractOrder -
      Returns: