public class AndroidPublisher.Purchases
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Purchases.Products
The "products" collection of methods.
|
class |
AndroidPublisher.Purchases.Subscriptions
The "subscriptions" collection of methods.
|
class |
AndroidPublisher.Purchases.Voidedpurchases
The "voidedpurchases" collection of methods.
|
Constructor and Description |
---|
Purchases() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Purchases.Products |
products()
An accessor for creating requests from the Products collection.
|
AndroidPublisher.Purchases.Subscriptions |
subscriptions()
An accessor for creating requests from the Subscriptions collection.
|
AndroidPublisher.Purchases.Voidedpurchases |
voidedpurchases()
An accessor for creating requests from the Voidedpurchases collection.
|
public AndroidPublisher.Purchases.Products products()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Products.List request = androidpublisher.products().list(parameters ...)
public AndroidPublisher.Purchases.Subscriptions subscriptions()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Subscriptions.List request = androidpublisher.subscriptions().list(parameters ...)
public AndroidPublisher.Purchases.Voidedpurchases voidedpurchases()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Voidedpurchases.List request = androidpublisher.voidedpurchases().list(parameters ...)