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

    Interface JsonRequest

    interface JsonRequest {
        body?: object | null;
        expectBinaryResponse?: boolean;
        method: string;
        modulePath: string;
        paymentContext?: PaymentContext | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body?: object | null
    expectBinaryResponse?: boolean
    method: string
    modulePath: string
    paymentContext?: PaymentContext | null