Skip to content

Instantly share code, notes, and snippets.

@tosipaulo
Last active October 18, 2018 01:26
Show Gist options
  • Save tosipaulo/d4b3768d70c3de2eb9f99120e2977e1e to your computer and use it in GitHub Desktop.
Save tosipaulo/d4b3768d70c3de2eb9f99120e2977e1e to your computer and use it in GitHub Desktop.
[{
"date": "Date",
"sales": [
{
"customerName": "string",
"customerPhone": "string",
"paymentMethod": "credit",
"amount": 399.00,
"details": {
"installments": 3,
"amout": 100.00,
"installmentCurrent": 1,
"installmentsDate": "Date"
}
}
]
},
{
"date": "Date",
"sales": [
{
"customerName": "string",
"customerPhone": "string",
"paymentMethod": "cash",
"date": "Date",
"amount": 399.00,
"details": {
"installments": 3,
"amout": 100.00,
"installmentCurrent": 2,
"installmentsDate": "Date"
}
}
]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment