Show / Hide Table of Contents

Class OrderreturnsReturnItem

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

Properties

ETag

The ETag of the item.

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

Refund

Refunds the item.

Declaration
[JsonProperty("refund")]
public virtual OrderreturnsRefundOperation Refund { get; set; }
Property Value
Type Description
OrderreturnsRefundOperation

Reject

Rejects the item.

Declaration
[JsonProperty("reject")]
public virtual OrderreturnsRejectOperation Reject { get; set; }
Property Value
Type Description
OrderreturnsRejectOperation

ReturnItemId

Unit level ID for the return item. Different units of the same product will have different IDs.

Declaration
[JsonProperty("returnItemId")]
public virtual string ReturnItemId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX