Show / Hide Table of Contents

Class CartData

The cart data associated with the event.

Inheritance
object
CartData
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 CartData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Items

Optional. The list of items associated with the event.

Declaration
[JsonProperty("items")]
public virtual IList<Item> Items { get; set; }
Property Value
Type Description
IList<Item>

MerchantFeedLabel

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

Declaration
[JsonProperty("merchantFeedLabel")]
public virtual 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
[JsonProperty("merchantFeedLanguageCode")]
public virtual string MerchantFeedLanguageCode { get; set; }
Property Value
Type Description
string

MerchantId

Optional. The Merchant Center ID associated with the items.

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

TransactionDiscount

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX