UNPKG

google-wallet

Version:
29 lines 990 B
export 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 || (RedemptionChannelEnum = {})); //# sourceMappingURL=RedemptionChannel.js.map