public class AndroidPublisher.Orders extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Orders.Refund |
Constructor and Description |
---|
Orders() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Orders.Refund |
refund(String packageName,
String orderId)
Refund a user's subscription or in-app purchase order.
|
public 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.IOException