Typescript SDK Type Docs
    Preparing search index...

    Interface ErrorLoadingAllPaymentIntegrations

    Generated when the loading of all the payment integrations have failed.

    interface ErrorLoadingAllPaymentIntegrations {
        code: "error_loading_all_payment_integrations";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    • IMessage
      • ErrorLoadingAllPaymentIntegrations
    Index

    Properties

    code: "error_loading_all_payment_integrations"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Error loading all payment integrations.

    severity: string

    error