Advertisement
Guest User

Buy Order - 9gustin.com

a guest
Jun 13th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let buyOrder = {
  2.   user: "9gustin",
  3.   date: "2021-06-13T18:00:00.407Z",
  4.   currency: "ARS",
  5.   products: [
  6.     {
  7.       product: "Orange",
  8.       unitPrice: 10,
  9.       quantity: 2
  10.     },
  11.     {
  12.       product: "Mango",
  13.       unitPrice: 5,
  14.       quantity: 1
  15.     },
  16.     {
  17.       product: "Banana ",
  18.       unitPrice: 3,
  19.       quantity: 1
  20.     }
  21.   ]
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement