public interface TaxCalculator
extends org.pf4j.ExtensionPoint
Modifier and Type | Method and Description |
---|---|
XPFTaxedItems |
calculate(XPFTaxCalculationContext context)
Calculate taxes for items.
|
void |
commit(XPFTaxDocumentContext context)
Commits a tax document to storage.
|
void |
delete(XPFDeleteTaxDocumentContext context)
Deletes a tax document.
|
XPFTaxedItems calculate(XPFTaxCalculationContext context)
context
- The tax calculation contextvoid commit(XPFTaxDocumentContext context)
context
- The tax document contextvoid delete(XPFDeleteTaxDocumentContext context)
context
- The tax document contextCopyright © 2022. All rights reserved.