UNPKG

transact-payments

Version:

Node module to do payments using transact.io

17 lines (16 loc) 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.newTransactIoMsg = exports.ITransactJWT = exports.TransactIoMsg = exports.TransactIoErrorCode = exports.TransactIoError = void 0; var TransactIoMsg_1 = require("./lib/TransactIoMsg"); var TransactIoError_1 = require("./lib/TransactIoError"); Object.defineProperty(exports, "TransactIoError", { enumerable: true, get: function () { return TransactIoError_1.TransactIoError; } }); var TransactIoErrorCode_1 = require("./lib/TransactIoErrorCode"); Object.defineProperty(exports, "TransactIoErrorCode", { enumerable: true, get: function () { return TransactIoErrorCode_1.TransactIoErrorCode; } }); var TransactIoMsg_2 = require("./lib/TransactIoMsg"); Object.defineProperty(exports, "TransactIoMsg", { enumerable: true, get: function () { return TransactIoMsg_2.TransactIoMsg; } }); var TransactToken_1 = require("./lib/TransactToken"); Object.defineProperty(exports, "ITransactJWT", { enumerable: true, get: function () { return TransactToken_1.ITransactJWT; } }); function newTransactIoMsg() { return new TransactIoMsg_1.TransactIoMsg(); } exports.newTransactIoMsg = newTransactIoMsg;