| Package | Description |
|---|---|
| com.broadleafcommerce.cartoperation.service.fulfillment.address | |
| com.broadleafcommerce.cartoperation.service.pricing |
| Modifier and Type | Class and Description |
|---|---|
class |
PaymentTaxAddressSourceHandler
Populates the tax address from the billing address.
|
class |
ShippingTaxAddressSourceHandler
Populates the tax address from the shipping address.
|
| Modifier and Type | Method and Description |
|---|---|
protected TaxAddressSourceHandler |
DefaultTaxService.findTaxAddressSourceHandler(com.broadleafcommerce.cart.client.domain.Cart cart,
F fulfillmentGroup) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TaxAddressSourceHandler> |
DefaultTaxService.getTaxAddressSourceHandlers() |
| Modifier and Type | Method and Description |
|---|---|
protected TREQ |
DefaultTaxService.getTaxRequest(com.broadleafcommerce.cart.client.domain.Cart cart,
F fulfillmentGroup,
TaxAddressSourceHandler handler,
List<TI> taxItems) |
| Constructor and Description |
|---|
DefaultTaxService(com.broadleafcommerce.tax.TaxProvider<TREQ,TRES> estimatedTaxProvider,
com.broadleafcommerce.tax.TaxProvider<TREQ,TRES> actualTaxProvider,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
List<TaxAddressSourceHandler> handlers) |
Copyright © 2021. All rights reserved.