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

    Interface CreateDisputeRequest

    interface CreateDisputeRequest {
        amountOfMoney?: AmountOfMoney | null;
        contactPerson?: string | null;
        emailAddress?: string | null;
        replyTo?: string | null;
        requestMessage?: string | null;
    }
    Index

    Properties

    amountOfMoney?: AmountOfMoney | null
    contactPerson?: string | null
    emailAddress?: string | null
    replyTo?: string | null
    requestMessage?: string | null