Show / Hide Table of Contents

Class OrderLineItemReturnInfo

Inheritance
object
OrderLineItemReturnInfo
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 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
int?

ETag

The ETag of the item.

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

IsReturnable

Required. Whether the item is returnable.

Declaration
[JsonProperty("isReturnable")]
public virtual bool? IsReturnable { get; set; }
Property Value
Type Description
bool?

PolicyUrl

Required. URL of the item return policy.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX