Show / Hide Table of Contents

Class CartData

The cart data associated with the event.

Inheritance
object
CartData
Implements
IMessage<CartData>
IEquatable<CartData>
IDeepCloneable<CartData>
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 CartData : IMessage<CartData>, IEquatable<CartData>, IDeepCloneable<CartData>, IBufferMessage, IMessage

Constructors

CartData()

Declaration
public CartData()

CartData(CartData)

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

Properties

Items

Optional. The list of items associated with the event.

Declaration
public RepeatedField<Item> Items { get; }
Property Value
Type Description
RepeatedField<Item>

MerchantFeedLabel

Optional. The Merchant Center feed label associated with the feed of the items.

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

MerchantFeedLanguageCode

Optional. The language code in ISO 639-1 associated with the Merchant Center feed of the items.where your items are uploaded.

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

MerchantId

Optional. The Merchant Center ID associated with the items.

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

TransactionDiscount

Optional. The sum of all discounts associated with the transaction.

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