Typescript SDK Type Docs
    Preparing search index...

    Interface NoExpressPaymentIntegrations

    Generated when no express payment integrations are configured.

    interface NoExpressPaymentIntegrations {
        code: "no_express_payment_integrations";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "no_express_payment_integrations"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    There are no Express Payments integrations configured.

    severity: string

    error