| Constructor and Description |
|---|
VatRate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The VAT rate code.
|
String |
getDomicile()
The ISO 3166 alpha-2 country code.
|
String |
getLabel()
The codebook value, VAT rate short name.
|
String |
getLocale()
The label language.
|
Double |
getValue()
The VAT rate as a number value.
|
VatRate |
setCode(String code) |
VatRate |
setDomicile(String domicile) |
VatRate |
setLabel(String label) |
VatRate |
setLocale(String locale) |
VatRate |
setValue(Double value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionpublic String getCode()
public String getDomicile()
public String getLabel()
public String getLocale()
public Double getValue()
Copyright © 2023. All rights reserved.