Show / Hide Table of Contents

Class AutomatedDiscounts

Information regarding Automated Discounts.

Inheritance
object
AutomatedDiscounts
Implements
IMessage<AutomatedDiscounts>
IEquatable<AutomatedDiscounts>
IDeepCloneable<AutomatedDiscounts>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class AutomatedDiscounts : IMessage<AutomatedDiscounts>, IEquatable<AutomatedDiscounts>, IDeepCloneable<AutomatedDiscounts>, IBufferMessage, IMessage

Constructors

AutomatedDiscounts()

Declaration
public AutomatedDiscounts()

AutomatedDiscounts(AutomatedDiscounts)

Declaration
public AutomatedDiscounts(AutomatedDiscounts other)
Parameters
Type Name Description
AutomatedDiscounts other

Properties

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
public 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
public 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
public Price PriorPriceProgressive { get; set; }
Property Value
Type Description
Price
In this article
Back to top Generated by DocFX