nest-paapi-5
Version:
A NestJS module for Amazon's Product Advertising API 5.0 (PAAPI5)
11 lines • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriceType = void 0;
var PriceType;
(function (PriceType) {
PriceType["LIST_PRICE"] = "LIST_PRICE";
PriceType["LOWEST_PRICE"] = "LOWEST_PRICE";
PriceType["LOWEST_PRICE_STRIKETHROUGH"] = "LOWEST_PRICE_STRIKETHROUGH";
PriceType["WAS_PRICE"] = "WAS_PRICE";
})(PriceType || (exports.PriceType = PriceType = {}));
//# sourceMappingURL=offer-type.js.map