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}Definition
Section titled “Definition”enum PriceAlert { PRICE_LOW NONE}Values
Section titled “Values”| Value | Description |
|---|---|
PRICE_LOW | — |
NONE | — |