Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {CustomerName : "Microsoft Corp",
  2. AddressLine1: "One Microsoft Way",
  3. City: "Redmond", State: "WA", Zip: "98052",
  4. Country: "USA",
  5. InvoiceDate : "14 March 2019",
  6. InvoiceNumber: "INV123",
  7. Items: [
  8. {
  9. Item_Description: "Bananas",
  10. Item_Price: "5",
  11. Item_Qty: "10",
  12. Item_SubTotal: "50"
  13. },
  14. {
  15. Item_Description: "Mangoes",
  16. Item_Price: "10",
  17. Item_Qty: "4",
  18. Item_SubTotal: "40"
  19. }
  20. ],
  21. TotalEx:"90",
  22. SalesTax:"9",
  23. Shipping:"10",
  24. TotalPrice:"$109",
  25. DueDate : "28 March 2019"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement