Package com.broadleafcommerce.tax
-
Interface Summary Interface Description TaxAccessor<T1 extends TaxRequest,T2 extends TaxResponse> Provides a common interface for components whos job it is to interact with a 1st or 3rd party tax service or tax data, or whos job it is to delegate to such a component.TaxProvider<T1 extends TaxRequest,T2 extends TaxResponse> Represents a component that is tasked with calculating taxes, or calling a 1st or 3rd party service to calculate taxes.