Package-level declarations
Types
Link copied to clipboard
data class DeliveryInfoDocument(val estimatedDeliveryTime: Long, val deliveryAddress: String, val bellName: String, val customerPhone: String)
Embedded document representing delivery information for a delivery order.
Link copied to clipboard
@MappedEntity
Represents the MongoDB document for storing order information.
Link copied to clipboard
Embedded document representing a single item within an order.
Link copied to clipboard
Embedded document representing table information for a dine-in order.
Link copied to clipboard
Embedded document representing takeaway information for a takeaway order.