@congminh1254/shopee-sdk
Version:
Shopee SDK maintaining by community
15 lines • 539 B
JavaScript
/**
* Status of discounts for filtering in discount list query
*/
export var DiscountStatus;
(function (DiscountStatus) {
/** All discounts regardless of status */
DiscountStatus["ALL"] = "all";
/** Discounts that have not started yet */
DiscountStatus["UPCOMING"] = "upcoming";
/** Currently active discounts */
DiscountStatus["ONGOING"] = "ongoing";
/** Discounts that have ended */
DiscountStatus["EXPIRED"] = "expired";
})(DiscountStatus || (DiscountStatus = {}));
//# sourceMappingURL=discount.js.map