Typescript SDK Type Docs
    Preparing search index...

    Interface OrderVerificationTimeout

    Generated when the verification of the Order times out.

    interface OrderVerificationTimeout {
        code: "order_verification_timeout";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "order_verification_timeout"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Order verification timeout.

    severity: string

    error