connect-sdk-nodejs
Version:
SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API
23 lines • 994 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.newServicesClient = void 0;
/*
* This file was auto-generated from the API references found at
* https://apireference.connect.worldline-solutions.com/
*/
const convertAmount_1 = require("./convertAmount");
const bankaccount_1 = require("./bankaccount");
const getIINdetails_1 = require("./getIINdetails");
const privacypolicy_1 = require("./privacypolicy");
const testconnection_1 = require("./testconnection");
function newServicesClient(sdkContext) {
return {
convertAmount: (0, convertAmount_1.convertAmount)(sdkContext),
bankaccount: (0, bankaccount_1.bankaccount)(sdkContext),
getIINdetails: (0, getIINdetails_1.getIINdetails)(sdkContext),
privacypolicy: (0, privacypolicy_1.privacypolicy)(sdkContext),
testconnection: (0, testconnection_1.testconnection)(sdkContext)
};
}
exports.newServicesClient = newServicesClient;
//# sourceMappingURL=index.js.map