target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Orders.html Maven / Gradle / Ivy
AndroidPublisher.Orders (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Orders
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Orders
-
- Enclosing class:
- AndroidPublisher
public class AndroidPublisher.Orders
extends Object
The "orders" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Orders.Refund
-
Constructor Summary
Constructors
Constructor and Description
Orders()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Orders.Refund
refund(String packageName,
String orderId)
Refunds a user's subscription or in-app purchase order.
-
-
Method Detail
-
refund
public AndroidPublisher.Orders.Refund refund(String packageName,
String orderId)
throws IOException
Refunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be
refunded.
Create a request for the method "orders.refund".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy