Typescript SDK Type Docs
    Preparing search index...

    Interface BadInputData

    Generated when the Checkout properties contains invalid fields.

    interface BadInputData {
        code: "invalid_fields";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_fields"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Some fields are invalid.

    payload: any

    Contains the invalidFields array of objects with the related schema, path, value and message properties.

    severity: string

    error