Skip to content

Instantly share code, notes, and snippets.

@IanSaunders
Created April 16, 2015 13:18
Show Gist options
  • Save IanSaunders/a1036b933bbea00c9f97 to your computer and use it in GitHub Desktop.
Save IanSaunders/a1036b933bbea00c9f97 to your computer and use it in GitHub Desktop.
{
totalAmount : 10,
totalTax : 3,
totalDiscount : 2
prices : [
{
name: 'widgets',
amount: 6,
tax: 2
discount 1
},
{
name: 'wodgets',
amount: 4,
tax: 1
discount 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment