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