ekantin

data structure orderr

May 29th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. data structure : [
  2.     {
  3.         merchantId: MR01,
  4.         menuId : M01,
  5.         menuName: Nasi goreng,
  6.         qty: 1,
  7.         price : 1.000
  8.     },
  9.     {
  10.         merchantId: MR01,
  11.         menuId : M02,
  12.         menuName: Nasi goreng,
  13.         qty: 2,
  14.         price : 1.000
  15.     }
  16. ]
Advertisement
Add Comment
Please, Sign In to add comment