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