| Package | Description |
|---|---|
| org.yiwan.seiya.tower.goods.model |
| Modifier and Type | Method and Description |
|---|---|
static TaxNumber.ZeroTaxEnum |
TaxNumber.ZeroTaxEnum.fromValue(String text) |
TaxNumber.ZeroTaxEnum |
TaxNumber.getZeroTax()
零税率标识
|
static TaxNumber.ZeroTaxEnum |
TaxNumber.ZeroTaxEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxNumber.ZeroTaxEnum[] |
TaxNumber.ZeroTaxEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxNumber.setZeroTax(TaxNumber.ZeroTaxEnum zeroTax) |
TaxNumber |
TaxNumber.withZeroTax(TaxNumber.ZeroTaxEnum zeroTax) |
Copyright © 2019. All rights reserved.