Class ProductSustainabilityIncentive
Information regarding sustainability related incentive programs such as rebates or tax relief.
Implements
Inherited Members
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 |