TableInfoDocument

data class TableInfoDocument(val tableNumber: Int, val numberOfGuests: Int)

Embedded document representing table information for a dine-in order.

Constructors

Link copied to clipboard
constructor(tableNumber: Int, numberOfGuests: Int)

Properties

Link copied to clipboard
Link copied to clipboard