Class OrderreturnsReturnItem
Implements
Inherited Members
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 |