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

    Interface CapturesResponse

    interface CapturesResponse {
        captures?: Capture[] | null;
    }
    Index

    Properties

    Properties

    captures?: Capture[] | null