public class AndroidPublisher.Monetization extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Monetization.ConvertRegionPrices |
class |
AndroidPublisher.Monetization.Onetimeproducts
The "onetimeproducts" collection of methods.
|
class |
AndroidPublisher.Monetization.Subscriptions
The "subscriptions" collection of methods.
|
| Constructor and Description |
|---|
Monetization() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Monetization.ConvertRegionPrices |
convertRegionPrices(String packageName,
ConvertRegionPricesRequest content)
Calculates the region prices, using today's exchange rate and country-specific pricing patterns,
based on the price in the request for a set of regions.
|
AndroidPublisher.Monetization.Onetimeproducts |
onetimeproducts()
An accessor for creating requests from the Onetimeproducts collection.
|
AndroidPublisher.Monetization.Subscriptions |
subscriptions()
An accessor for creating requests from the Subscriptions collection.
|
public AndroidPublisher.Monetization.ConvertRegionPrices convertRegionPrices(String packageName, ConvertRegionPricesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.packageName - Required. The app package name.content - the ConvertRegionPricesRequestIOExceptionpublic AndroidPublisher.Monetization.Onetimeproducts onetimeproducts()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Onetimeproducts.List request = androidpublisher.onetimeproducts().list(parameters ...)
public AndroidPublisher.Monetization.Subscriptions subscriptions()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Subscriptions.List request = androidpublisher.subscriptions().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.