File size: 1,233 Bytes
e79ac05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "header": {
    "invoice_no": "49565075",
    "invoice_date": "10/28/2019",
    "seller": "Kane-Morgan 968 Carr Mission Apt. 320 Bernardville, VA 28211",
    "client": "Garcia Inc 445 Haas Viaduct Suite 454 Michaelhaven, LA 32852",
    "seller_tax_id": "964-95-3813",
    "client_tax_id": "909-75-5482",
    "iban": "GB73WCJ55232646970614"
  },
  "items": [
    {
      "item_desc": "Anthropologie Gold Elegant Swan Decorative Metal Bottle Stopper Wine Saver",
      "item_qty": "3,00",
      "item_net_price": "19,98",
      "item_net_worth": "59,94",
      "item_vat": "10%",
      "item_gross_worth": "65,93"
    },
    {
      "item_desc": "Lolita Happy Retirement Wine Glass 15 Ounce GLS11-5534H",
      "item_qty": "1,00",
      "item_net_price": "8,00",
      "item_net_worth": "8,00",
      "item_vat": "10%",
      "item_gross_worth": "8,80"
    },
    {
      "item_desc": "Lolita Congratulations\" Hand Painted and Decorated Wine Glass NIB",
      "item_qty": "1,00",
      "item_net_price": "20,00",
      "item_net_worth": "20,00",
      "item_vat": "10%",
      "item_gross_worth": "22,00"
    }
  ],
  "summary": {
    "total_net_worth": "$ 87,94",
    "total_vat": "$8,79",
    "total_gross_worth": "$96,73"
  }
}