connect-sdk-nodejs
Version:
SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API
21 lines • 736 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.newCapturesClient = void 0;
/*
* This file was auto-generated from the API references found at
* https://apireference.connect.worldline-solutions.com/
*/
const get_1 = require("./get");
const refund_1 = require("./refund");
const disputes_1 = require("./disputes");
const dispute_1 = require("./dispute");
function newCapturesClient(sdkContext) {
return {
get: (0, get_1.get)(sdkContext),
refund: (0, refund_1.refund)(sdkContext),
disputes: (0, disputes_1.disputes)(sdkContext),
dispute: (0, dispute_1.dispute)(sdkContext)
};
}
exports.newCapturesClient = newCapturesClient;
//# sourceMappingURL=index.js.map