Class GoogleAdsSearchads360V23ServicesCartDataItem
Contains data of the items purchased.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesCartDataItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductId
The shopping id of the item. Must be equal to the Merchant Center product identifier.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Quantity
Number of items sold.
Declaration
[JsonProperty("quantity")]
public virtual int? Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
UnitPrice
Unit price excluding tax, shipping, and any transaction level discounts. The currency code is the same as
that in the ClickConversion message.
Declaration
[JsonProperty("unitPrice")]
public virtual double? UnitPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |