UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API

15 lines 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.newInstallmentsClient = void 0; /* * This file was auto-generated from the API references found at * https://apireference.connect.worldline-solutions.com/ */ const getInstallmentsInfo_1 = require("./getInstallmentsInfo"); function newInstallmentsClient(sdkContext) { return { getInstallmentsInfo: (0, getInstallmentsInfo_1.getInstallmentsInfo)(sdkContext) }; } exports.newInstallmentsClient = newInstallmentsClient; //# sourceMappingURL=index.js.map