DeliveryInfo
data class DeliveryInfo(val estimatedDeliveryTime: Long, val deliveryAddress: String, val bellName: String, val customerPhone: String)
Represents the delivery information associated with a delivery order.
Represents the delivery information associated with a delivery order.