condition property

String? condition
getter/setter pair

Condition or state of the item. Possible string values are:

  • "CONDITION_UNSPECIFIED" : Default value. This value is unused.
  • "NEW" : Brand new, original, unopened packaging.
  • "USED" : Previously used, original packaging opened or missing.
  • "REFURBISHED" : Professionally restored to working order, comes with a warranty, may or may not have the original packaging.

Implementation

core.String? condition;