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

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