munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
order-service
/
com.munchies.order.infrastructure.adapter.outbound.mongo.document
/
TableInfoDocument
Table
Info
Document
data
class
TableInfoDocument
(
val
tableNumber
:
Int
,
val
numberOfGuests
:
Int
)
Embedded document representing table information for a dine-in order.
Members
Constructors
Table
Info
Document
Link copied to clipboard
constructor
(
tableNumber
:
Int
,
numberOfGuests
:
Int
)
Properties
number
Of
Guests
Link copied to clipboard
val
numberOfGuests
:
Int
table
Number
Link copied to clipboard
val
tableNumber
:
Int