Show / Hide Table of Contents

Class ProductSustainabilityIncentive

Information regarding sustainability-related incentive programs such as rebates or tax relief.

Inheritance
object
ProductSustainabilityIncentive
Implements
IMessage<ProductSustainabilityIncentive>
IEquatable<ProductSustainabilityIncentive>
IDeepCloneable<ProductSustainabilityIncentive>
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 ProductSustainabilityIncentive : IMessage<ProductSustainabilityIncentive>, IEquatable<ProductSustainabilityIncentive>, IDeepCloneable<ProductSustainabilityIncentive>, IBufferMessage, IMessage

Constructors

ProductSustainabilityIncentive()

Declaration
public ProductSustainabilityIncentive()

ProductSustainabilityIncentive(ProductSustainabilityIncentive)

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

Properties

Amount

The fixed amount of the incentive.

Declaration
public Price Amount { get; set; }
Property Value
Type Description
Price

HasPercentage

Gets whether the "percentage" field is set

Declaration
public bool HasPercentage { get; }
Property Value
Type Description
bool

HasType

Gets whether the "type" field is set

Declaration
public bool HasType { get; }
Property Value
Type Description
bool

Percentage

The percentage of the sale price that the incentive is applied to.

Declaration
public double Percentage { get; set; }
Property Value
Type Description
double

Type

Sustainability incentive program.

Declaration
public ProductSustainabilityIncentive.Types.Type Type { get; set; }
Property Value
Type Description
ProductSustainabilityIncentive.Types.Type

ValueCase

Declaration
public ProductSustainabilityIncentive.ValueOneofCase ValueCase { get; }
Property Value
Type Description
ProductSustainabilityIncentive.ValueOneofCase
In this article
Back to top Generated by DocFX