Interface Taxable
- All Known Implementing Classes:
LineItem,NumberedLineItem,OrderCharge
public interface Taxable
Interface for all objects that can be target of
Tax.-
Method Summary
-
Method Details
-
getTotal
Called to fetch the taxable total for tax total calculation.- Parameters:
context- the order within the tax is being calculated
-