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

    Interface KeyValuePair

    interface KeyValuePair {
        key?: string | null;
        value?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key?: string | null
    value?: string | null