Uses of Class
com.broadleafcommerce.tax.domain.TaxItem
-
Packages that use TaxItem Package Description com.broadleafcommerce.tax.domain com.broadleafcommerce.tax.simple -
-
Uses of TaxItem in com.broadleafcommerce.tax.domain
Methods in com.broadleafcommerce.tax.domain that return types with arguments of type TaxItem Modifier and Type Method Description List<TaxItem>TaxRequest. getTaxItems()The list of items to be taxed.Method parameters in com.broadleafcommerce.tax.domain with type arguments of type TaxItem Modifier and Type Method Description voidTaxRequest. setTaxItems(List<TaxItem> taxItems)The list of items to be taxed. -
Uses of TaxItem in com.broadleafcommerce.tax.simple
Methods in com.broadleafcommerce.tax.simple with parameters of type TaxItem Modifier and Type Method Description protected BigDecimalSimpleTaxProvider. determineRate(TaxItem item, SimpleTaxRecord chosenConfig)protected SimpleTaxRecordSimpleTaxProvider. getTaxConfig(T1 taxRequest, TaxItem item)Determines the key to use for looking up tax records.protected TaxInfoSimpleTaxProvider. getTaxInfo(SimpleTaxRecord chosenConfig, TaxItem item, javax.money.CurrencyUnit currencyUnit)protected TaxInfoSimpleTaxProvider. getTaxInfo(BigDecimal rate, TaxItem item, javax.money.CurrencyUnit currencyUnit)Deprecated.since 1.7.
-