Advertisement
Guest User

Buy Order with total - 9gustin.com

a guest
Jun 13th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const 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.       total: 20
  11.     },
  12.     {
  13.       product: "Mango",
  14.       unitPrice: 5,
  15.       quantity: 1,
  16.       total: 5
  17.     },
  18.     {
  19.       product: "Banana ",
  20.       unitPrice: 3,
  21.       quantity: 1,
  22.       total: 3
  23.     }
  24.   ]
  25. };
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement