Class Policy
The available policies.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class Policy : IDirectResponseSchema
Properties
Days
The number of days items can be returned after delivery, where one day is defined as 24 hours after the
delivery timestamp. Required for NUMBER_OF_DAYS_AFTER_DELIVERY
returns.
Declaration
[JsonProperty("days")]
public virtual long? Days { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Policy type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |