UNPKG

connect-sdk-nodejs

Version:

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

19 lines 661 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.newHostedcheckoutsClient = void 0; /* * This file was auto-generated from the API references found at * https://apireference.connect.worldline-solutions.com/ */ const create_1 = require("./create"); const get_1 = require("./get"); const remove_1 = require("./remove"); function newHostedcheckoutsClient(sdkContext) { return { create: (0, create_1.create)(sdkContext), get: (0, get_1.get)(sdkContext), remove: (0, remove_1.remove)(sdkContext) }; } exports.newHostedcheckoutsClient = newHostedcheckoutsClient; //# sourceMappingURL=index.js.map