Interface ProductSustainabilityIncentiveOrBuilder (0.19.0)

public interface ProductSustainabilityIncentiveOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAmount()

public abstract Price getAmount()

The fixed amount of the incentive.

.google.shopping.type.Price amount = 2;

Returns
Type Description
com.google.shopping.type.Price

The amount.

getAmountOrBuilder()

public abstract PriceOrBuilder getAmountOrBuilder()

The fixed amount of the incentive.

.google.shopping.type.Price amount = 2;

Returns
Type Description
com.google.shopping.type.PriceOrBuilder

getPercentage()

public abstract double getPercentage()

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

double percentage = 3;

Returns
Type Description
double

The percentage.

getType()

public abstract ProductSustainabilityIncentive.Type getType()

Sustainability incentive program.

optional .google.shopping.merchant.products.v1beta.ProductSustainabilityIncentive.Type type = 1;

Returns
Type Description
ProductSustainabilityIncentive.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Sustainability incentive program.

optional .google.shopping.merchant.products.v1beta.ProductSustainabilityIncentive.Type type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

getValueCase()

public abstract ProductSustainabilityIncentive.ValueCase getValueCase()
Returns
Type Description
ProductSustainabilityIncentive.ValueCase

hasAmount()

public abstract boolean hasAmount()

The fixed amount of the incentive.

.google.shopping.type.Price amount = 2;

Returns
Type Description
boolean

Whether the amount field is set.

hasPercentage()

public abstract boolean hasPercentage()

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

double percentage = 3;

Returns
Type Description
boolean

Whether the percentage field is set.

hasType()

public abstract boolean hasType()

Sustainability incentive program.

optional .google.shopping.merchant.products.v1beta.ProductSustainabilityIncentive.Type type = 1;

Returns
Type Description
boolean

Whether the type field is set.