Uses of Class
com.broadleafcommerce.tax.domain.TaxInfo
-
Packages that use TaxInfo Package Description com.broadleafcommerce.tax.domain com.broadleafcommerce.tax.simple -
-
Uses of TaxInfo in com.broadleafcommerce.tax.domain
Fields in com.broadleafcommerce.tax.domain with type parameters of type TaxInfo Modifier and Type Field Description protected Map<String,TaxInfo>
TaxResponse. taxInfos
Deprecated.The tax infos for each of the line items, keyed by fulfillmentGroupReferenceNumber + "-" + itemId.protected Map<String,TaxInfo>
TaxResponseGroup. taxInfos
The tax infos for each of the line items, keyed by fulfillmentGroupReferenceNumber + "-" + itemId.Methods in com.broadleafcommerce.tax.domain that return types with arguments of type TaxInfo Modifier and Type Method Description Map<String,TaxInfo>
TaxResponse. getTaxInfos()
Deprecated.The tax infos for each of the line items, keyed by fulfillmentGroupReferenceNumber + "-" + itemId.Map<String,TaxInfo>
TaxResponseGroup. getTaxInfos()
The tax infos for each of the line items, keyed by fulfillmentGroupReferenceNumber + "-" + itemId.Method parameters in com.broadleafcommerce.tax.domain with type arguments of type TaxInfo Modifier and Type Method Description void
TaxResponse. setTaxInfos(Map<String,TaxInfo> taxInfos)
Deprecated.The tax infos for each of the line items, keyed by fulfillmentGroupReferenceNumber + "-" + itemId.void
TaxResponseGroup. setTaxInfos(Map<String,TaxInfo> taxInfos)
The tax infos for each of the line items, keyed by fulfillmentGroupReferenceNumber + "-" + itemId. -
Uses of TaxInfo in com.broadleafcommerce.tax.simple
Methods in com.broadleafcommerce.tax.simple that return TaxInfo Modifier and Type Method Description protected TaxInfo
SimpleTaxProvider. getTaxInfo(SimpleTaxRecord chosenConfig, TaxItem item, javax.money.CurrencyUnit currencyUnit)
Deprecated.protected TaxInfo
SimpleTaxProvider. getTaxInfo(BigDecimal rate, TaxItem item, javax.money.CurrencyUnit currencyUnit)
Deprecated.since 1.7.protected <R extends TaxCalculationRequest>
TaxInfoSimpleTaxProvider. getTaxInfo(R request, SimpleTaxRecord chosenConfig, TaxItem item, javax.money.CurrencyUnit currencyUnit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Methods in com.broadleafcommerce.tax.simple with parameters of type TaxInfo Modifier and Type Method Description protected void
SimpleTaxProvider. addTaxDetail(SimpleTaxRecord chosenConfig, TaxItem item, TaxInfo taxInfo, BigDecimal rate, boolean taxExempt)
-