Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 15, 2019 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/474cc81b8c62df27cf02bd0495916b95 to your computer and use it in GitHub Desktop.
Save bjoerntx/474cc81b8c62df27cf02bd0495916b95 to your computer and use it in GitHub Desktop.
[
{
"invoice" : {
"number" : "R2019041151",
"date" : "4/15/2019",
"duedate" : "5/15/2019",
"discount" : 15,
"tax": 7.5
},
"company" : {
"name" : "Text Control, LLC",
"street" : "6676 Text Control Rd",
"address" : "28210 Charlotte, NC",
"country" : "United States"
},
"payer" : {
"companyname" : "Payer Corporation",
"name" : "Peter Jackson",
"street" : "2212 Payer Dr",
"address" : "28210 PayCity, NC",
"country" : "United States"
},
"payment" : {
"routing" : "7783478",
"account" : "877874627654"
},
"items" : [
{
"product" : "Product 1",
"description" : "Description Product 1",
"qty" : 2,
"unitprice": 6762
},
{
"product" : "Product 2",
"description" : "Description Product 2",
"qty" : 1,
"unitprice": 222
},
{
"product" : "Product 3",
"description" : "Longer Description Product 3 with more text than product 1 and 2",
"qty" : 6,
"unitprice": 122.88
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment