Typescript SDK Type Docs
    Preparing search index...

    Interface DeprecatedFields

    Generated when the Checkout properties contains one or more deprecated fields.

    interface DeprecatedFields {
        code: "deprecated_fields";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "deprecated_fields"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Some fields are deprecated.

    payload: any

    Contains the deprecatedFields array.

    severity: string

    warn