Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesCartData

Contains additional information about cart data.

Inheritance
object
GoogleAdsSearchads360V23ServicesCartData
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesCartData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FeedCountryCode

The country code associated with the feed where the items are uploaded.

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

FeedLanguageCode

The language code associated with the feed where the items are uploaded.

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

Items

Data of the items purchased.

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

LocalTransactionCost

Sum of all transaction level discounts, such as free shipping and coupon discounts for the whole cart. The currency code is the same as that in the ClickConversion message.

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

MerchantId

The Merchant Center ID where the items are uploaded.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX