Show / Hide Table of Contents

Class ProductSustainabilityIncentive

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

Inheritance
object
ProductSustainabilityIncentive
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.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class ProductSustainabilityIncentive : IDirectResponseSchema

Properties

Amount

The fixed amount of the incentive.

Declaration
[JsonProperty("amount")]
public virtual Price Amount { get; set; }
Property Value
Type Description
Price

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Percentage

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

Declaration
[JsonProperty("percentage")]
public virtual double? Percentage { get; set; }
Property Value
Type Description
double?

Type

Sustainability incentive program.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX