Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Price |
Price.clone() |
Price |
ExternalTransaction.getCurrentPreTaxAmount()
Output only.
|
Price |
ExternalTransaction.getCurrentTaxAmount()
Output only.
|
Price |
InAppProduct.getDefaultPrice()
Default price.
|
Price |
SubscriptionPriceChange.getNewPrice()
The new price the subscription will renew with if the price change is accepted by the user.
|
Price |
ExternalTransaction.getOriginalPreTaxAmount()
Required.
|
Price |
ExternalTransaction.getOriginalTaxAmount()
Required.
|
Price |
PartialRefund.getRefundPreTaxAmount()
Required.
|
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)
Price in 1/million 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 |
---|---|
ExternalTransaction |
ExternalTransaction.setCurrentPreTaxAmount(Price currentPreTaxAmount)
Output only.
|
ExternalTransaction |
ExternalTransaction.setCurrentTaxAmount(Price currentTaxAmount)
Output only.
|
InAppProduct |
InAppProduct.setDefaultPrice(Price defaultPrice)
Default price.
|
SubscriptionPriceChange |
SubscriptionPriceChange.setNewPrice(Price newPrice)
The new price the subscription will renew with if the price change is accepted by the user.
|
ExternalTransaction |
ExternalTransaction.setOriginalPreTaxAmount(Price originalPreTaxAmount)
Required.
|
ExternalTransaction |
ExternalTransaction.setOriginalTaxAmount(Price originalTaxAmount)
Required.
|
PartialRefund |
PartialRefund.setRefundPreTaxAmount(Price refundPreTaxAmount)
Required.
|
Modifier and Type | Method and Description |
---|---|
InAppProduct |
InAppProduct.setPrices(Map<String,Price> prices)
Prices per buyer region.
|
Copyright © 2011–2025 Google. All rights reserved.