Show / Hide Table of Contents

Class ProductLineItem

Contains item-level info for a ProductPurchaseV2.

Inheritance
object
ProductLineItem
Implements
IDirectResponseSchema
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX