Show / Hide Table of Contents

Class RepricingRuleStatsBasedRule

Definition of stats based rule.

Inheritance
object
RepricingRuleStatsBasedRule
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 RepricingRuleStatsBasedRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PercentageDelta

The percent change against the price target. Valid from 0 to 100 inclusively.

Declaration
[JsonProperty("percentageDelta")]
public virtual int? PercentageDelta { get; set; }
Property Value
Type Description
int?

PriceDelta

The price delta against the above price target. A positive value means the price should be adjusted to be above statistical measure, and a negative value means below. Currency code must not be included.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX