public final class VatRate extends Object implements CodeBook
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
VatRate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDomicile() |
String |
getLabel() |
String |
getLocale() |
VatRate |
setCode(String code) |
VatRate |
setDomicile(String domicile) |
VatRate |
setLabel(String label) |
VatRate |
setLocale(String locale) |
public String getCode()
public String getDomicile()
null for nonepublic VatRate setDomicile(String domicile)
domicile - domicile or null for nonepublic String getLabel()
public String getLocale()
null for noneCopyright © 2020. All rights reserved.