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
/
Delivery
/
Delivery
Delivery
constructor
(
restaurantId
:
RestaurantId
,
customerId
:
CustomerId
,
items
:
List
<
OrderItem
>
,
estimatedDeliveryTime
:
Long
,
deliveryAddress
:
String
,
bellName
:
String
,
customerPhone
:
String
)