Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Price |
Price.clone() |
Price |
Prorate.getDefaultPrice()
Default price cannot be zero and must be less than the full subscription price.
|
Price |
InAppProduct.getDefaultPrice()
Default price cannot be zero.
|
Price |
SubscriptionPriceChange.getNewPrice()
The new price the subscription will renew with if the price change is accepted by the user.
|
Price |
Price.set(String fieldName,
Object value) |
Price |
Price.setCurrency(String currency)
3 letter Currency code, as defined by ISO 4217.
|
Price |
Price.setPriceMicros(String priceMicros)
The price in millionths of the currency base unit represented as a string.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Price> |
InAppProduct.getPrices()
Prices per buyer region.
|
Modifier and Type | Method and Description |
---|---|
Prorate |
Prorate.setDefaultPrice(Price defaultPrice)
Default price cannot be zero and must be less than the full subscription price.
|
InAppProduct |
InAppProduct.setDefaultPrice(Price defaultPrice)
Default price cannot be zero.
|
SubscriptionPriceChange |
SubscriptionPriceChange.setNewPrice(Price newPrice)
The new price the subscription will renew with if the price change is accepted by the user.
|
Modifier and Type | Method and Description |
---|---|
InAppProduct |
InAppProduct.setPrices(Map<String,Price> prices)
Prices per buyer region.
|
Copyright © 2011–2020 Google. All rights reserved.