Typescript SDK Type Docs
    Preparing search index...

    Interface ApplicationDeactivated

    Generated when the requested Application is deactivated. Activate the Application in the Merchant Center to continue.

    interface ApplicationDeactivated {
        code: "application_disabled";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "application_disabled"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Application {applicationKey} for {projectKey} is disabled.

    payload: any

    Contains the project and application objects with the related key property.

    severity: string

    error