Class ReturnPolicyPolicy
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnPolicyPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastReturnDate
Required. Last day for returning the items. In ISO 8601 format. When specifying the return window like this, set the policy type to "lastReturnDate". Use this for seasonal overrides only.
Declaration
[JsonProperty("lastReturnDate")]
public virtual string LastReturnDate { get; set; }
Property Value
Type | Description |
---|---|
string |
NumberOfDays
The number of days items can be returned after delivery, where one day is defined to be 24 hours after the delivery timestamp. When specifying the return window like this, set the policy type to "numberOfDaysAfterDelivery". Acceptable values are 30, 45, 60, 90, 100, 180, 270 and 365 for the default policy. Additional policies further allow 14, 15, 21 and 28 days, but note that for most items a minimum of 30 days is required for returns. Exceptions may be made for electronics. A policy of less than 30 days can only be applied to those items.
Declaration
[JsonProperty("numberOfDays")]
public virtual long? NumberOfDays { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
Policy type. Use "lastReturnDate" for seasonal overrides only. Note that for most items a minimum of 30 days
is required for returns. Exceptions may be made for electronics or non-returnable items such as food,
perishables, and living things. A policy of less than 30 days can only be applied to those items. Acceptable
values are: - "lastReturnDate
" - "lifetimeReturns
" - "noReturns
" - "numberOfDaysAfterDelivery
"
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |