Interface Taxable
-
- All Known Implementing Classes:
LineItem,NumberedLineItem,OrderCharge
public interface TaxableInterface for all objects that can be target ofTax.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MoneygetTotal(Order context)Called to fetch the taxable total for tax total calculation.
-