Show / Hide Table of Contents

Class ReturnShipment

Inheritance
System.Object
ReturnShipment
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 ReturnShipment : IDirectResponseSchema

Properties

CreationDate

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

DeliveryDate

Declaration
[JsonProperty("deliveryDate")]
public virtual string DeliveryDate { 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

ReturnMethodType

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

ShipmentId

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

ShipmentTrackingInfos

Declaration
[JsonProperty("shipmentTrackingInfos")]
public virtual IList<ShipmentTrackingInfo> ShipmentTrackingInfos { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ShipmentTrackingInfo>

ShippingDate

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

State

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

Implements

IDirectResponseSchema
Back to top