google-wallet
Version:
Google wallet library for Node.js
32 lines • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RedemptionChannelEnum = void 0;
var RedemptionChannelEnum;
(function (RedemptionChannelEnum) {
RedemptionChannelEnum["REDEMPTION_CHANNEL_UNSPECIFIED"] = "REDEMPTION_CHANNEL_UNSPECIFIED";
RedemptionChannelEnum["INSTORE"] = "INSTORE";
/**
* This item is deprecated!
* @deprecated
*/
RedemptionChannelEnum["instore"] = "instore";
RedemptionChannelEnum["ONLINE"] = "ONLINE";
/**
* This item is deprecated!
* @deprecated
*/
RedemptionChannelEnum["online"] = "online";
RedemptionChannelEnum["BOTH"] = "BOTH";
/**
* This item is deprecated!
* @deprecated
*/
RedemptionChannelEnum["both"] = "both";
RedemptionChannelEnum["TEMPORARY_PRICE_REDUCTION"] = "TEMPORARY_PRICE_REDUCTION";
/**
* This item is deprecated!
* @deprecated
*/
RedemptionChannelEnum["temporaryPriceReduction"] = "temporaryPriceReduction";
})(RedemptionChannelEnum || (exports.RedemptionChannelEnum = RedemptionChannelEnum = {}));
//# sourceMappingURL=RedemptionChannel.js.map