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

    Interface FilesClient

    interface FilesClient {
        getFile(
            merchantId: string,
            fileId: string,
            paymentContext?: PaymentContext | null,
        ): Promise<SdkBinaryResponse<ErrorResponse>>;
    }
    Index

    Methods

    Methods