Show / Hide Table of Contents

Class ShipmentTrackingInfo

Inheritance
System.Object
ShipmentTrackingInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ShipmentTrackingInfo : IDirectResponseSchema

Properties

Carrier

Declaration
[JsonProperty("carrier")]
public virtual string Carrier { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

TrackingNumber

Declaration
[JsonProperty("trackingNumber")]
public virtual string TrackingNumber { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top