condition property

String? condition
getter/setter pair

Value of the condition. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "NEW" : The product condition is new.
  • "REFURBISHED" : The product condition is refurbished.
  • "USED" : The product condition is used.

Implementation

core.String? condition;