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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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.GenericJson
public Volume.SaleInfo.RetailPrice clone()
clone
in class com.google.api.client.json.GenericJson