Class ProductSustainabilityIncentive
Information regarding sustainability-related incentive programs such as
rebates or tax relief.
Inheritance
ProductSustainabilityIncentive
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
public sealed class ProductSustainabilityIncentive : IMessage<ProductSustainabilityIncentive>, IEquatable<ProductSustainabilityIncentive>, IDeepCloneable<ProductSustainabilityIncentive>, IBufferMessage, IMessage
Constructors
Declaration
public ProductSustainabilityIncentive()
Declaration
public ProductSustainabilityIncentive(ProductSustainabilityIncentive other)
Parameters
Properties
The fixed amount of the incentive.
Declaration
public Price Amount { get; set; }
Property Value
Gets whether the "percentage" field is set
Declaration
public bool HasPercentage { get; }
Property Value
Gets whether the "type" field is set
Declaration
public bool HasType { get; }
Property Value
The percentage of the sale price that the incentive is applied to.
Declaration
public double Percentage { get; set; }
Property Value
Sustainability incentive program.
Declaration
public ProductSustainabilityIncentive.Types.Type Type { get; set; }
Property Value
Declaration
public ProductSustainabilityIncentive.ValueOneofCase ValueCase { get; }
Property Value