UNPKG

newebpay-mpg-sdk

Version:

藍新金流 幕前支付(MPG) SDK

10 lines (9 loc) 780 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSuccessResponse = exports.is3DResponse = exports.NewebpayClient = void 0; var newebpay_client_1 = require("./newebpay.client"); Object.defineProperty(exports, "NewebpayClient", { enumerable: true, get: function () { return newebpay_client_1.NewebpayClient; } }); var EmbeddedPaymentResponse_1 = require("./interfaces/embedded/EmbeddedPaymentResponse"); Object.defineProperty(exports, "is3DResponse", { enumerable: true, get: function () { return EmbeddedPaymentResponse_1.is3DResponse; } }); Object.defineProperty(exports, "isSuccessResponse", { enumerable: true, get: function () { return EmbeddedPaymentResponse_1.isSuccessResponse; } }); exports.default = newebpay_client_1.NewebpayClient;