Enum ProductSustainabilityIncentive.Type (1.3.0)

public enum ProductSustainabilityIncentive.Type extends Enum<ProductSustainabilityIncentive.Type> implements ProtocolMessageEnum

Types of supported sustainability incentive programs.

Protobuf enum google.shopping.merchant.products.v1.ProductSustainabilityIncentive.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
EV_PRICE_DISCOUNT

A subsidy program, often called an environmental bonus, provides a purchase grant for electric vehicles and, in some countries, plug-in hybrids. The grant amount may be a fixed sum or a percentage of the sale price.

EV_PRICE_DISCOUNT = 2;

EV_PRICE_DISCOUNT_VALUE

A subsidy program, often called an environmental bonus, provides a purchase grant for electric vehicles and, in some countries, plug-in hybrids. The grant amount may be a fixed sum or a percentage of the sale price.

EV_PRICE_DISCOUNT = 2;

EV_TAX_CREDIT

Program offering tax liability reductions for electric vehicles and, in some countries, plug-in hybrids. These reductions can be based on a specific amount or a percentage of the sale price.

EV_TAX_CREDIT = 1;

EV_TAX_CREDIT_VALUE

Program offering tax liability reductions for electric vehicles and, in some countries, plug-in hybrids. These reductions can be based on a specific amount or a percentage of the sale price.

EV_TAX_CREDIT = 1;

TYPE_UNSPECIFIED

Unspecified or unknown sustainability incentive type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified or unknown sustainability incentive type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()