Interface DecideExternalTaxesStrategy

All Known Implementing Classes:
AcceleratorDetermineExternalTaxStrategy, DefaultDecideExternalTaxesStrategy

public interface DecideExternalTaxesStrategy
Abstraction for strategy determining whether or not to make the call to an external tax service.
  • Method Details

    • shouldCalculateExternalTaxes

      boolean shouldCalculateExternalTaxes(AbstractOrderModel abstractOrder)