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

    Interface RefundResult

    interface RefundResult {
        id?: string | null;
        refundOutput?: RefundOutput | null;
        status?: string | null;
        statusOutput?: OrderStatusOutput | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string | null
    refundOutput?: RefundOutput | null
    status?: string | null
    statusOutput?: OrderStatusOutput | null