Class BatchGetOrdersResponse
Response for the orders.batchGet API.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class BatchGetOrdersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Orders
Details for the requested order IDs.
Declaration
[JsonProperty("orders")]
public virtual IList<Order> Orders { get; set; }
Property Value
Type | Description |
---|---|
IList<Order> |