Class BatchUpdatePurchaseOptionStatesResponse
Response message for BatchUpdatePurchaseOptionStates.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class BatchUpdatePurchaseOptionStatesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OneTimeProducts
The list of updated one-time products. This list will match the requests one to one, in the same order.
Declaration
[JsonProperty("oneTimeProducts")]
public virtual IList<OneTimeProduct> OneTimeProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OneTimeProduct> |