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

    Interface DisputeStatusOutput

    interface DisputeStatusOutput {
        isCancellable?: boolean | null;
        statusCategory?: string | null;
        statusCode?: number | null;
        statusCodeChangeDateTime?: string | null;
    }
    Index

    Properties

    isCancellable?: boolean | null
    statusCategory?: string | null
    statusCode?: number | null
    statusCodeChangeDateTime?: string | null