Interface Taxable

All Known Implementing Classes:
LineItem, NumberedLineItem, OrderCharge

public interface Taxable
Interface for all objects that can be target of Tax.
  • Method Summary

    Modifier and Type
    Method
    Description
    getTotal(Order context)
    Called to fetch the taxable total for tax total calculation.
  • Method Details

    • getTotal

      Money getTotal(Order context)
      Called to fetch the taxable total for tax total calculation.
      Parameters:
      context - the order within the tax is being calculated