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

    Interface SessionResponse

    interface SessionResponse {
        assetUrl?: string | null;
        clientApiUrl?: string | null;
        clientSessionId?: string | null;
        customerId?: string | null;
        invalidTokens?: string[] | null;
        region?: string | null;
    }
    Index

    Properties

    assetUrl?: string | null
    clientApiUrl?: string | null
    clientSessionId?: string | null
    customerId?: string | null
    invalidTokens?: string[] | null
    region?: string | null