Information about an active live notification activity.

interface LiveNotificationActivityInfo {
    orderId: string;
    activityId: string;
}

Properties

Properties

orderId: string

Order identifier associated with this live notification.

activityId: string

System-generated activity identifier for this live notification.