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

    Interface RefundResponse

    interface RefundResponse {
        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