Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // Use default names from api if applicable
  2. {
  3. Menu {
  4. MenuId,
  5. SubMenus [
  6. {
  7. SubMenuId,
  8. ImageUrl,
  9. Name,
  10. MenuItems [
  11. {
  12. DefaultItemId,
  13. MenuItemId,
  14. Name,
  15. ImageUrl,
  16. Price
  17. }
  18. ]
  19. }
  20. ],
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement