Show / Hide Table of Contents

Class OrderLineItemReturnInfo

Inheritance
System.Object
OrderLineItemReturnInfo
Implements
Google.Apis.Requests.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.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class OrderLineItemReturnInfo : IDirectResponseSchema

Properties

DaysToReturn

Required. How many days later the item can be returned.

Declaration
[JsonProperty("daysToReturn")]
public virtual int? DaysToReturn { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

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

IsReturnable

Required. Whether the item is returnable.

Declaration
[JsonProperty("isReturnable")]
public virtual bool? IsReturnable { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PolicyUrl

Required. URL of the item return policy.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top