Show / Hide Table of Contents

Class Item

Represents an item in the cart associated with the event.

Inheritance
object
Item
Implements
IMessage<Item>
IEquatable<Item>
IDeepCloneable<Item>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class Item : IMessage<Item>, IEquatable<Item>, IDeepCloneable<Item>, IBufferMessage, IMessage

Constructors

Item()

Declaration
public Item()

Item(Item)

Declaration
public Item(Item other)
Parameters
Type Name Description
Item other

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
public RepeatedField<ItemParameter> AdditionalItemParameters { get; }
Property Value
Type Description
RepeatedField<ItemParameter>

ItemId

Optional. A unique identifier to reference the item.

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

MerchantProductId

Optional. The product ID within the Merchant Center account.

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

Quantity

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

Declaration
public long Quantity { get; set; }
Property Value
Type Description
long

UnitPrice

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

Declaration
public double UnitPrice { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX