| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
TaxDetailImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<TaxDetail> |
FulfillmentGroupFeeImpl.taxes |
protected List<TaxDetail> |
FulfillmentGroupItemImpl.taxes |
protected List<TaxDetail> |
FulfillmentGroupImpl.taxes |
| Modifier and Type | Method and Description |
|---|---|
List<TaxDetail> |
FulfillmentGroupFeeImpl.getTaxes() |
List<TaxDetail> |
FulfillmentGroupItemImpl.getTaxes() |
List<TaxDetail> |
FulfillmentGroupFee.getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this fee.
|
List<TaxDetail> |
FulfillmentGroupImpl.getTaxes() |
List<TaxDetail> |
FulfillmentGroupItem.getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this item.
|
List<TaxDetail> |
FulfillmentGroup.getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this fulfillment group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupFeeImpl.setTaxes(List<TaxDetail> taxes) |
void |
FulfillmentGroupItemImpl.setTaxes(List<TaxDetail> taxes) |
void |
FulfillmentGroupFee.setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this fee.
|
void |
FulfillmentGroupImpl.setTaxes(List<TaxDetail> taxes) |
void |
FulfillmentGroupItem.setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this item.
|
void |
FulfillmentGroup.setTaxes(List<TaxDetail> taxes)
Gets the list of TaxDetail objects, which are taxes that apply directly to this fulfillment group.
|
Copyright © 2015. All Rights Reserved.