public static final class Volume.SaleInfo.RetailPrice
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
RetailPrice() |
| Modifier and Type | Method and Description |
|---|---|
Volume.SaleInfo.RetailPrice |
clone() |
java.lang.Double |
getAmount()
Amount in the currency listed below.
|
java.lang.String |
getCurrencyCode()
An ISO 4217, three-letter currency code.
|
Volume.SaleInfo.RetailPrice |
set(java.lang.String fieldName,
java.lang.Object value) |
Volume.SaleInfo.RetailPrice |
setAmount(java.lang.Double amount)
Amount in the currency listed below.
|
Volume.SaleInfo.RetailPrice |
setCurrencyCode(java.lang.String currencyCode)
An ISO 4217, three-letter currency code.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Double getAmount()
null for nonepublic Volume.SaleInfo.RetailPrice setAmount(java.lang.Double amount)
amount - amount or null for nonepublic java.lang.String getCurrencyCode()
null for nonepublic Volume.SaleInfo.RetailPrice setCurrencyCode(java.lang.String currencyCode)
currencyCode - currencyCode or null for nonepublic Volume.SaleInfo.RetailPrice set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Volume.SaleInfo.RetailPrice clone()
clone in class com.google.api.client.json.GenericJson