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

    Interface RefundEWalletMethodSpecificOutput

    interface RefundEWalletMethodSpecificOutput {
        paymentProduct840SpecificOutput?:
            | RefundPaymentProduct840SpecificOutput
            | null;
        refundProductId?: number
        | null;
        totalAmountPaid?: number | null;
        totalAmountRefunded?: number | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    paymentProduct840SpecificOutput?: RefundPaymentProduct840SpecificOutput | null
    refundProductId?: number | null
    totalAmountPaid?: number | null
    totalAmountRefunded?: number | null