public static class Document.Taxes.Tax extends Tax
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
sum
Сумма
|
protected java.lang.String |
taxRate
Ставка
|
includedInSum, isExcise, name| Constructor and Description |
|---|
Tax() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getSum()
Сумма
|
java.lang.String |
getTaxRate()
Ставка
|
void |
setSum(java.math.BigDecimal sum)
Сумма
|
void |
setTaxRate(java.lang.String rate)
Ставка
|
getName, isExcise, isIncludedInSum, setExcise, setIncludedInSum, setName