Show / Hide Table of Contents

Class Item

Represents an item in the cart associated with the event.

Inheritance
object
Item
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.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class Item : IDirectResponseSchema

Properties

AdditionalItemParameters

Optional. A bucket of any event parameters related to an item to be included within the event that were not already specified using other structured fields.

Declaration
[JsonProperty("additionalItemParameters")]
public virtual IList<ItemParameter> AdditionalItemParameters { get; set; }
Property Value
Type Description
IList<ItemParameter>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ItemId

Optional. A unique identifier to reference the item.

Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
Type Description
string

MerchantProductId

Optional. The product ID within the Merchant Center account.

Declaration
[JsonProperty("merchantProductId")]
public virtual string MerchantProductId { get; set; }
Property Value
Type Description
string

Quantity

Optional. The number of this item associated with the event.

Declaration
[JsonProperty("quantity")]
public virtual long? Quantity { get; set; }
Property Value
Type Description
long?

UnitPrice

Optional. The unit price excluding tax, shipping, and any transaction level discounts.

Declaration
[JsonProperty("unitPrice")]
public virtual double? UnitPrice { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX