Variable GetPricingItemConditionEnumConst
GetPricingItemConditionEnum: {
Club: "Club";
Collectible: "Collectible";
New: "New";
Refurbished: "Refurbished";
Used: "Used";
} = ...
Type declaration
Readonly
Club: "Club"
Readonly
Collectible: "Collectible"
Readonly
New: "New"
Readonly
Refurbished: "Refurbished"
Readonly
Used: "Used"
Export