Information about an active live notification activity.

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

Properties

Properties

activityId: string

System-generated activity identifier for this live notification.

orderId: string

Order identifier associated with this live notification.