Trip Notification Container
data class TripNotificationContainer(val channel: NotificationChannel, val notification: Notification, val notificationId: Int)
This class is used to bundle together all the necessary components for displaying a trip-related notification.