| Package | Description |
|---|---|
| de.hybris.order.calculation.domain |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Tax> |
Order.getTaxes()
Returns all taxes assigned to this order.
|
java.util.Collection<Tax> |
LineItem.getTaxes()
Returns all taxes which are targeting this line item.
|
java.util.Collection<Tax> |
Order.getTaxesFor(Taxable object)
|
java.util.Map<Tax,Money> |
Order.getTotalTaxes()
Calculates total taxes for all assigned
Tax object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Order.addTax(Tax tax)
Assigns a tax to this order.
|
void |
Order.addTaxes(Tax... taxes)
Assigns multiple taxes to this order.
|
protected Money |
Order.calculateTaxTotal(Tax tax,
double autoTaxCorrectionFactor) |
Money |
Order.getTotalTaxFor(Tax tax)
Calculates the total tax for a specific
Tax object. |
void |
Order.removeTax(Tax tax)
Removes the given tax from this order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.addTaxes(java.util.Collection<Tax> taxes)
Assigns multiple taxes to this order.
|
Copyright © 2018 SAP SE. All Rights Reserved.