public final class VatRateRow extends Object
| Constructor and Description |
|---|
VatRateRow() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getPriceInclVat()
The total price per rate as stated at bill.
|
Double |
getVat()
The sum of VAT per rate as stated at bill.
|
Double |
getVatBase()
The sum of VAT base per rate as stated at bill.
|
Double |
getVatRate()
VAT rate (in percentage) as stated at bill.
|
VatRateRow |
setPriceInclVat(Double priceInclVat) |
VatRateRow |
setVat(Double vat) |
VatRateRow |
setVatBase(Double vatBase) |
VatRateRow |
setVatRate(Double vatRate) |
public Double getPriceInclVat()
public VatRateRow setPriceInclVat(Double priceInclVat)
public Double getVat()
public VatRateRow setVat(Double vat)
public Double getVatBase()
public VatRateRow setVatBase(Double vatBase)
public Double getVatRate()
public VatRateRow setVatRate(Double vatRate)
Copyright © 2023. All rights reserved.