public final class BillingUnit 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 |
|---|
BillingUnit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getLabel() |
String |
getLocale() |
BillingUnit |
setCode(String code) |
BillingUnit |
setLabel(String label) |
BillingUnit |
setLocale(String locale) |
public String getCode()
public BillingUnit setCode(String code)
code - code or null for nonepublic String getLabel()
public BillingUnit setLabel(String label)
label - label or null for nonepublic String getLocale()
null for nonepublic BillingUnit setLocale(String locale)
locale - locale or null for noneCopyright © 2020. All rights reserved.