public class AndroidPublisher.Orders extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Orders.Batchget |
class |
AndroidPublisher.Orders.Get |
class |
AndroidPublisher.Orders.Refund |
| Constructor and Description |
|---|
Orders() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Orders.Batchget |
batchget(String packageName)
Get order details for a list of orders.
|
AndroidPublisher.Orders.Get |
get(String packageName,
String orderId)
Get order details for a single order.
|
AndroidPublisher.Orders.Refund |
refund(String packageName,
String orderId)
Refunds a user's subscription or in-app purchase order.
|
public AndroidPublisher.Orders.Batchget batchget(String packageName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Required. The package name of the application for which this subscription or in-app item was
purchased (for example, 'com.some.thing').IOExceptionpublic AndroidPublisher.Orders.Get get(String packageName, String orderId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Required. The package name of the application for which this subscription or in-app item was
purchased (for example, 'com.some.thing').orderId - Required. The order ID provided to the user when the subscription or in-app order was purchased.IOExceptionpublic AndroidPublisher.Orders.Refund refund(String packageName, String orderId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - The package name of the application for which this subscription or in-app item was purchased (for
example, 'com.some.thing').orderId - The order ID provided to the user when the subscription or in-app order was purchased.IOExceptionCopyright © 2011–2025 Google. All rights reserved.