public class AndroidPublisher.Purchases extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Purchases.Products
The "products" collection of methods.
|
class |
AndroidPublisher.Purchases.Productsv2
The "productsv2" collection of methods.
|
class |
AndroidPublisher.Purchases.Subscriptions
The "subscriptions" collection of methods.
|
class |
AndroidPublisher.Purchases.Subscriptionsv2
The "subscriptionsv2" 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.Productsv2 |
productsv2()
An accessor for creating requests from the Productsv2 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.Productsv2 productsv2()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.Productsv2.List request = androidpublisher.productsv2().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–2025 Google. All rights reserved.