Typescript SDK Type Docs
    Preparing search index...

    Interface ProjectIsDeactivated

    Generated when the Checkout projectKey is deactivated and cannot be initialized. To activate it, contact the Checkout support team.

    interface ProjectIsDeactivated {
        code: "project_deactivated";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "project_deactivated"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Project {projectKey} is deactivated.

    payload: any

    Contains the project object with the key property.

    severity: string

    error