UNPKG

connect-sdk-nodejs

Version:

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

4 lines (3 loc) 241 B
import { SdkContext } from "../../model"; import { HostedmandatemanagementsClient } from "../model/hostedmandatemanagements"; export declare function newHostedmandatemanagementsClient(sdkContext: SdkContext): HostedmandatemanagementsClient;