PriceIndicator
How the current recommended price relates to the price the owner paid (purchase price)
This is auto-generated documentation. It is not intended to be used as a reference.
Please use for request and response only necessary fields. It decreases response time for you.
enum PriceIndicator {
# Recommended price is higher than the purchase price
HIGHER
# Recommended price is lower than the purchase price
LOWER
# Recommended price equals the purchase price
EQUAL
}