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

    Interface RefundCardMethodSpecificOutput

    interface RefundCardMethodSpecificOutput {
        authorisationCode?: string | null;
        card?: CardEssentials | null;
        refundProductId?: number | null;
        totalAmountPaid?: number | null;
        totalAmountRefunded?: number | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorisationCode?: string | null
    card?: CardEssentials | null
    refundProductId?: number | null
    totalAmountPaid?: number | null
    totalAmountRefunded?: number | null