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

    Interface PaymentErrorResponse

    interface PaymentErrorResponse {
        errorId?: string | null;
        errors?: APIError[] | null;
        paymentResult?: CreatePaymentResult | null;
    }
    Index

    Properties

    errorId?: string | null
    errors?: APIError[] | null
    paymentResult?: CreatePaymentResult | null