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

    Interface PayoutErrorResponse

    interface PayoutErrorResponse {
        errorId?: string | null;
        errors?: APIError[] | null;
        payoutResult?: PayoutResult | null;
    }
    Index

    Properties

    errorId?: string | null
    errors?: APIError[] | null
    payoutResult?: PayoutResult | null