Show / Hide Table of Contents

Class RepricingRuleCostOfGoodsSaleRule

A repricing rule that changes the sale price based on cost of goods sale.

Inheritance
object
RepricingRuleCostOfGoodsSaleRule
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 RepricingRuleCostOfGoodsSaleRule : 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 COGS. Ex: 20 would mean to set the adjusted price 1.2X of the COGS data.

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

PriceDelta

The price delta against the COGS. E.g. 2 means $2 more of the COGS.

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