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
/
UpdateDeliveryOrderCommand
/
UpdateDeliveryOrderCommand
Update
Delivery
Order
Command
constructor
(
orderId
:
OrderId
,
customerId
:
CustomerId
,
estimatedDeliveryTime
:
Long
,
deliveryAddress
:
String
,
bellName
:
String
,
customerPhone
:
String
)