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

    Interface DisputeResponse

    interface DisputeResponse {
        captureId?: string | null;
        disputeOutput?: DisputeOutput | null;
        id?: string | null;
        paymentId?: string | null;
        status?: string | null;
        statusOutput?: DisputeStatusOutput | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captureId?: string | null
    disputeOutput?: DisputeOutput | null
    id?: string | null
    paymentId?: string | null
    status?: string | null
    statusOutput?: DisputeStatusOutput | null