Uses of Interface
com.broadleafcommerce.billing.job.service.TaxService
Packages that use TaxService
Package
Description
-
Uses of TaxService in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return TaxServiceModifier and TypeMethodDescriptionBillingJobAutoConfiguration.billingTaxService(com.broadleafcommerce.tax.delegate.TaxDelegate<?, ?> taxDelegate, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of TaxService in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module declared as TaxService -
Uses of TaxService in com.broadleafcommerce.billing.job.service.impl
Classes in com.broadleafcommerce.billing.job.service.impl that implement TaxServiceModifier and TypeClassDescriptionclassDefaultDelegatingTaxService<P extends BillingEventItem,Q extends BillingTaxDetail, R extends BillingProcessingRequestWithBillingEventDTO> This implementation ofTaxServicecallsTaxDelegate, which has a discovery process to determine the bestTaxProviderimplementation based on configured properties, the providedTaxCalculationRequest, and theContextInfo.