Class ProductLineItem
Contains item-level info for a ProductPurchaseV2.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ProductLineItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductId
The purchased product ID (for example, 'monthly001').
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductOfferDetails
The offer details for this item.
Declaration
[JsonProperty("productOfferDetails")]
public virtual ProductOfferDetails ProductOfferDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductOfferDetails |