Skip to content

Instantly share code, notes, and snippets.

@davidcostadev
Created March 27, 2018 16:00
Show Gist options
  • Select an option

  • Save davidcostadev/176888523a5248a65d007414986c0fd2 to your computer and use it in GitHub Desktop.

Select an option

Save davidcostadev/176888523a5248a65d007414986c0fd2 to your computer and use it in GitHub Desktop.
{
"transations": [
{
"id": 1,
"value": 50,
"type": ["in", "out"],
"accountId": 1,
"userId": 1,
"isTransfer": [false, true],
"isPaid": [false, true],
"transactionDate": "2018-04-01 08:00"
}
],
"transfers": [
{
"id": 1,
"value": 50,
"accountFrom": 1,
"accountTo": 2,
"userId": 1
}
],
"accounts": [
{
"id": 1,
"name": "Name",
"type": ["wallet", "investiment", "checking_account"],
"initalValue": 50,
"userId": 1
}
],
"users": [
{
"id": 1,
"name": "David Costa"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment