google-wallet
Version:
Google wallet library for Node.js
28 lines (27 loc) • 636 B
TypeScript
export declare enum RedemptionChannelEnum {
REDEMPTION_CHANNEL_UNSPECIFIED = "REDEMPTION_CHANNEL_UNSPECIFIED",
INSTORE = "INSTORE",
/**
* This item is deprecated!
* @deprecated
*/
instore = "instore",
ONLINE = "ONLINE",
/**
* This item is deprecated!
* @deprecated
*/
online = "online",
BOTH = "BOTH",
/**
* This item is deprecated!
* @deprecated
*/
both = "both",
TEMPORARY_PRICE_REDUCTION = "TEMPORARY_PRICE_REDUCTION",
/**
* This item is deprecated!
* @deprecated
*/
temporaryPriceReduction = "temporaryPriceReduction"
}