munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
order-service
/
com.munchies.order.application.port.inbound.command
/
PlaceOrderCommand
/
Takeaway
/
Takeaway
Takeaway
constructor
(
restaurantId
:
RestaurantId
,
customerId
:
CustomerId
,
items
:
List
<
OrderItem
>
,
pickupTime
:
Long
,
customerName
:
String
)