Worldline Connect Node.js SDK
    Preparing search index...

    Interface HttpEndpoint

    interface HttpEndpoint {
        host: string;
        port: number;
        scheme: "http" | "https";
    }
    Index

    Properties

    Properties

    host: string
    port: number
    scheme: "http" | "https"