Please enable JavaScript.
Coggle requires JavaScript to display documents.
order (deliveryDetail (street => string, number => string, room =>…
order
deliveryDetail
street => string
number => string
room => string
flatNumber => string
structure => string
entrance => string
floor => string
district => string
lat => decimal
long => decimal
city => string
zipCode => string
products
bindingId => String
name => string
categoryName => string
singleProductPrice => decimal
rowPrice => decimal
choices
bindingId => string
name => string
price = > decimal
quantity => int
quantity => int
productComment => string
boundProducts
bindingId => string
name => string
categoryName => string
singleProductPrice => decimal
quantity => int
Discounts
name => string
price : decimal
orderInfo
asap => bool
customerComment => string
customerPickupDateTime => ISO 8601 DateTime
riderPickupDateTime => ISO 8601 DateTime
deliveryDateTime => ISO 8601 DateTime
expeditionType => Int => enum
expiryDateTime => ISO 8601 DateTime
createdDateTime => ISO 8601 DateTime
storeCode => string
externalToken => string
customer
firstName => string
lastName => string
email => string
phoneNumber => string
companyName => string
costInformation
deliveryFee => decimal
serviceFee => decimal
subTotal => decimal
grandTotal => decimal
paymentDetail
code => string
electronicalPaid => bool
customerCashAmount => decimal
discounts
name => string
price => decimal
localInfo
platformName => string
waiterDetail
tableNumber => string