Show / Hide Table of Contents

Class MerchantOrderReturn

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

Properties

CreationDate

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

MerchantOrderId

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

OrderId

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

OrderReturnId

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

ReturnItems

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

ReturnShipments

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

Implements

IDirectResponseSchema
Back to top