Class AutomatedDiscounts
Information regarding Automated Discounts.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class AutomatedDiscounts : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GadPrice
The current sale price for products with a price optimized using Google Automated Discounts (GAD). Absent if the information about the GAD_price of the product is not available.
Declaration
[JsonProperty("gadPrice")]
public virtual Price GadPrice { get; set; }
Property Value
Type | Description |
---|---|
Price |
PriorPrice
The price prior to the application of the first price reduction. Absent if the information about the prior price of the product is not available.
Declaration
[JsonProperty("priorPrice")]
public virtual Price PriorPrice { get; set; }
Property Value
Type | Description |
---|---|
Price |
PriorPriceProgressive
The price prior to the application of consecutive price reductions. Absent if the information about the prior price of the product is not available.
Declaration
[JsonProperty("priorPriceProgressive")]
public virtual Price PriorPriceProgressive { get; set; }
Property Value
Type | Description |
---|---|
Price |