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

    Interface RefundMobileMethodSpecificOutput

    interface RefundMobileMethodSpecificOutput {
        network?: string | null;
        refundProductId?: number | null;
        totalAmountPaid?: number | null;
        totalAmountRefunded?: number | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    network?: string | null
    refundProductId?: number | null
    totalAmountPaid?: number | null
    totalAmountRefunded?: number | null