google-wallet
Version:
Google wallet library for Node.js
20 lines • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GenericTypeEnum = void 0;
var GenericTypeEnum;
(function (GenericTypeEnum) {
GenericTypeEnum["GENERIC_TYPE_UNSPECIFIED"] = "GENERIC_TYPE_UNSPECIFIED";
GenericTypeEnum["GENERIC_SEASON_PASS"] = "GENERIC_SEASON_PASS";
GenericTypeEnum["GENERIC_UTILITY_BILLS"] = "GENERIC_UTILITY_BILLS";
GenericTypeEnum["GENERIC_PARKING_PASS"] = "GENERIC_PARKING_PASS";
GenericTypeEnum["GENERIC_VOUCHER"] = "GENERIC_VOUCHER";
GenericTypeEnum["GENERIC_GYM_MEMBERSHIP"] = "GENERIC_GYM_MEMBERSHIP";
GenericTypeEnum["GENERIC_LIBRARY_MEMBERSHIP"] = "GENERIC_LIBRARY_MEMBERSHIP";
GenericTypeEnum["GENERIC_RESERVATIONS"] = "GENERIC_RESERVATIONS";
GenericTypeEnum["GENERIC_AUTO_INSURANCE"] = "GENERIC_AUTO_INSURANCE";
GenericTypeEnum["GENERIC_HOME_INSURANCE"] = "GENERIC_HOME_INSURANCE";
GenericTypeEnum["GENERIC_ENTRY_TICKET"] = "GENERIC_ENTRY_TICKET";
GenericTypeEnum["GENERIC_RECEIPT"] = "GENERIC_RECEIPT";
GenericTypeEnum["GENERIC_OTHER"] = "GENERIC_OTHER";
})(GenericTypeEnum || (exports.GenericTypeEnum = GenericTypeEnum = {}));
//# sourceMappingURL=GenericType.js.map