Class OrdersResource.BatchgetRequest
Get order details for a list of orders.
Inheritance
OrdersResource.BatchgetRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OrdersResource.BatchgetRequest : AndroidPublisherBaseServiceRequest<BatchGetOrdersResponse>, IClientServiceRequest<BatchGetOrdersResponse>, IClientServiceRequest
Constructors
BatchgetRequest(IClientService, string)
Constructs a new Batchget request.
Declaration
public BatchgetRequest(IClientService service, string packageName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrderIds
Required. The list of order IDs to retrieve order details for. There must be between 1 and 1000 (inclusive) order IDs per request. If any order ID is not found or does not match the provided package, the entire request will fail with an error. The order IDs must be distinct.
Declaration
[RequestParameter("orderIds", RequestParameterType.Query)]
public virtual Repeatable<string> OrderIds { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
PackageName
Required. The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing').
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Batchget parameter list.
Declaration
protected override void InitParameters()