Skip to content

PriceAlert

The PriceAlert enum represents the possible price alerts of a given offer. A PRICE_LOW alert means that the price offered can be lower than expected.

enum PriceAlert {
PRICE_LOW
NONE
}
enum PriceAlert {
PRICE_LOW
NONE
}
ValueDescription
PRICE_LOW
NONE