Show / Hide Table of Contents

Class OrdersResource

The "orders" collection of methods.

Inheritance
System.Object
OrdersResource
Namespace: Google.Apis.AndroidPublisher.v2
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class OrdersResource : object

Constructors

OrdersResource(IClientService)

Constructs a new resource.

Declaration
public OrdersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Refund(String, String)

Refund a user's subscription or in-app purchase order.

Declaration
public virtual OrdersResource.RefundRequest Refund(string packageName, string orderId)
Parameters
Type Name Description
System.String packageName

The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing').

System.String orderId

The order ID provided to the user when the subscription or in-app order was purchased.

Returns
Type Description
OrdersResource.RefundRequest
Back to top