RestrictionConditionTypeEnum: {
    ClubClub: "club_club";
    CollectibleAcceptable: "collectible_acceptable";
    CollectibleGood: "collectible_good";
    CollectibleLikeNew: "collectible_like_new";
    CollectibleVeryGood: "collectible_very_good";
    NewNew: "new_new";
    NewOem: "new_oem";
    NewOpenBox: "new_open_box";
    RefurbishedRefurbished: "refurbished_refurbished";
    UsedAcceptable: "used_acceptable";
    UsedGood: "used_good";
    UsedLikeNew: "used_like_new";
    UsedVeryGood: "used_very_good";
} = ...

Type declaration

  • Readonly ClubClub: "club_club"
  • Readonly CollectibleAcceptable: "collectible_acceptable"
  • Readonly CollectibleGood: "collectible_good"
  • Readonly CollectibleLikeNew: "collectible_like_new"
  • Readonly CollectibleVeryGood: "collectible_very_good"
  • Readonly NewNew: "new_new"
  • Readonly NewOem: "new_oem"
  • Readonly NewOpenBox: "new_open_box"
  • Readonly RefurbishedRefurbished: "refurbished_refurbished"
  • Readonly UsedAcceptable: "used_acceptable"
  • Readonly UsedGood: "used_good"
  • Readonly UsedLikeNew: "used_like_new"
  • Readonly UsedVeryGood: "used_very_good"