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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductSustainabilityIncentive : IDirectResponseSchema

Properties

Amount

Optional. 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

Optional. 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

Required. 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