Show / Hide Table of Contents

Class OrdersResource

The "orders" collection of methods.

Inheritance
object
OrdersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OrdersResource

Constructors

OrdersResource(IClientService)

Constructs a new resource.

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

Methods

Batchget(string)

Get order details for a list of orders.

Declaration
public virtual OrdersResource.BatchgetRequest Batchget(string packageName)
Parameters
Type Name Description
string packageName

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

Returns
Type Description
OrdersResource.BatchgetRequest

Get(string, string)

Get order details for a single order.

Declaration
public virtual OrdersResource.GetRequest Get(string packageName, string orderId)
Parameters
Type Name Description
string packageName

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

string orderId

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

Returns
Type Description
OrdersResource.GetRequest

Refund(string, string)

Refunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded.

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

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

string orderId

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

Returns
Type Description
OrdersResource.RefundRequest
In this article
Back to top Generated by DocFX