Uses of Class
com.broadleafcommerce.tax.domain.TaxResponseGroup
-
Packages that use TaxResponseGroup Package Description com.broadleafcommerce.tax.domain com.broadleafcommerce.tax.simple -
-
Uses of TaxResponseGroup in com.broadleafcommerce.tax.domain
Methods in com.broadleafcommerce.tax.domain that return types with arguments of type TaxResponseGroup Modifier and Type Method Description Map<String,TaxResponseGroup>
TaxCalculationResponse. getTaxGroups()
This is a map ofTaxResponseGroup
objects keyed by fulfillment group reference.Method parameters in com.broadleafcommerce.tax.domain with type arguments of type TaxResponseGroup Modifier and Type Method Description void
TaxCalculationResponse. setTaxGroups(Map<String,TaxResponseGroup> taxGroups)
This is a map ofTaxResponseGroup
objects keyed by fulfillment group reference. -
Uses of TaxResponseGroup in com.broadleafcommerce.tax.simple
Methods in com.broadleafcommerce.tax.simple with parameters of type TaxResponseGroup Modifier and Type Method Description protected <R extends TaxCalculationRequest>
voidSimpleTaxProvider. populateTaxResponseGroup(@NonNull TaxResponseGroup taxResponseGroup, R request, @NonNull TaxCalculationGroup calculationGroup, @NonNull SimpleTaxConfig config, @NonNull javax.money.CurrencyUnit currency, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-