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

    Interface DisputeReference

    interface DisputeReference {
        merchantOrderId?: string | null;
        merchantReference?: string | null;
        paymentReference?: string | null;
        providerId?: string | null;
        providerReference?: string | null;
    }
    Index

    Properties

    merchantOrderId?: string | null
    merchantReference?: string | null
    paymentReference?: string | null
    providerId?: string | null
    providerReference?: string | null