| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
Price |
Price.clone() |
Price |
InAppProduct.getDefaultPrice()
Default price cannot be zero.
|
Price |
Price.set(java.lang.String fieldName,
java.lang.Object value) |
Price |
Price.setCurrency(java.lang.String currency)
3 letter Currency code, as defined by ISO 4217.
|
Price |
Price.setPriceMicros(java.lang.String priceMicros)
The price in millionths of the currency base unit represented as a string.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Price> |
InAppProduct.getPrices()
Prices per buyer region.
|
| Modifier and Type | Method and Description |
|---|---|
InAppProduct |
InAppProduct.setDefaultPrice(Price defaultPrice)
Default price cannot be zero.
|
| Modifier and Type | Method and Description |
|---|---|
InAppProduct |
InAppProduct.setPrices(java.util.Map<java.lang.String,Price> prices)
Prices per buyer region.
|