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