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

    Interface RefundErrorResponse

    interface RefundErrorResponse {
        errorId?: string | null;
        errors?: APIError[] | null;
        refundResult?: RefundResult | null;
    }
    Index

    Properties

    errorId?: string | null
    errors?: APIError[] | null
    refundResult?: RefundResult | null