public class AndroidPublisher.Purchases extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndroidPublisher.Purchases.ProductsThe "products" collection of methods. | 
| class  | AndroidPublisher.Purchases.SubscriptionsThe "subscriptions" collection of methods. | 
| class  | AndroidPublisher.Purchases.Subscriptionsv2The "subscriptionsv2" collection of methods. | 
| class  | AndroidPublisher.Purchases.VoidedpurchasesThe "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.Subscriptionsv2 | subscriptionsv2()An accessor for creating requests from the Subscriptionsv2 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.Subscriptionsv2 subscriptionsv2()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Subscriptionsv2.List request = androidpublisher.subscriptionsv2().list(parameters ...)
public AndroidPublisher.Purchases.Voidedpurchases voidedpurchases()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Voidedpurchases.List request = androidpublisher.voidedpurchases().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.