google-wallet
Version:
Google wallet library for Node.js
10 lines • 512 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NfcConstraintEnum = void 0;
var NfcConstraintEnum;
(function (NfcConstraintEnum) {
NfcConstraintEnum["NFC_CONSTRAINT_UNSPECIFIED"] = "NFC_CONSTRAINT_UNSPECIFIED";
NfcConstraintEnum["BLOCK_PAYMENT"] = "BLOCK_PAYMENT";
NfcConstraintEnum["BLOCK_CLOSED_LOOP_TRANSIT"] = "BLOCK_CLOSED_LOOP_TRANSIT";
})(NfcConstraintEnum || (exports.NfcConstraintEnum = NfcConstraintEnum = {}));
//# sourceMappingURL=NfcConstraint.js.map