| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.domain |
| Modifier and Type | Field and Description |
|---|---|
static TaxType |
TaxType.CITY |
static TaxType |
TaxType.COMBINED |
static TaxType |
TaxType.COUNTRY |
static TaxType |
TaxType.COUNTY |
static TaxType |
TaxType.DISTRICT |
static TaxType |
TaxType.SHIPPING |
static TaxType |
TaxType.STATE |
| Modifier and Type | Method and Description |
|---|---|
static TaxType |
TaxType.getInstance(String type) |
TaxType |
TaxDetailImpl.getType() |
TaxType |
TaxDetail.getType()
Gets the tax type
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxDetailImpl.setType(TaxType type) |
void |
TaxDetail.setType(TaxType type)
Sets the tax type
|
| Constructor and Description |
|---|
TaxDetailImpl(TaxType type,
Money amount,
BigDecimal rate) |
Copyright © 2014. All Rights Reserved.