Class OrderTrackingSignal.Types.LineItemDetails
The line items of the order.
Implements
Namespace: Google.Shopping.Merchant.OrderTracking.V1
Assembly: Google.Shopping.Merchant.OrderTracking.V1.dll
Syntax
public sealed class OrderTrackingSignal.Types.LineItemDetails : IMessage<OrderTrackingSignal.Types.LineItemDetails>, IEquatable<OrderTrackingSignal.Types.LineItemDetails>, IDeepCloneable<OrderTrackingSignal.Types.LineItemDetails>, IBufferMessage, IMessage
Constructors
LineItemDetails()
Declaration
public LineItemDetails()
LineItemDetails(LineItemDetails)
Declaration
public LineItemDetails(OrderTrackingSignal.Types.LineItemDetails other)
Parameters
Type | Name | Description |
---|---|---|
OrderTrackingSignal.Types.LineItemDetails | other |
Properties
Brand
Optional. Brand of the product.
Declaration
public string Brand { get; set; }
Property Value
Type | Description |
---|---|
string |
Gtins
Optional. The Global Trade Item Numbers.
Declaration
public RepeatedField<string> Gtins { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
HasBrand
Gets whether the "brand" field is set
Declaration
public bool HasBrand { get; }
Property Value
Type | Description |
---|---|
bool |
HasProductTitle
Gets whether the "product_title" field is set
Declaration
public bool HasProductTitle { get; }
Property Value
Type | Description |
---|---|
bool |
LineItemId
Required. The ID for this line item.
Declaration
public string LineItemId { get; set; }
Property Value
Type | Description |
---|---|
string |
Mpn
Optional. The manufacturer part number.
Declaration
public string Mpn { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
Required. The Content API REST ID of the product, in the form channel:contentLanguage:targetCountry:offerId.
Declaration
public string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductTitle
Optional. Plain text title of this product.
Declaration
public string ProductTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
Required. The quantity of the line item in the order.
Declaration
public long Quantity { get; set; }
Property Value
Type | Description |
---|---|
long |