Skip to content

Instantly share code, notes, and snippets.

@systemist
Created November 5, 2015 18:32
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 systemist/e9882d0e2919bba72000 to your computer and use it in GitHub Desktop.
Save systemist/e9882d0e2919bba72000 to your computer and use it in GitHub Desktop.

Account

{
  "name": "Account Name",
  "starting_balance": 354745, // Number in pennies
  "starting_balance_date": "2015-03-15",

  "current_balance": 269439 // Number in pennies
  "current_balance_date": "2015-07-03",

  "created_at": "2015-03-17T02:42:10Z",
  "updated_at": "2015-07-02T22:14:49Z",
  "objectId": 42,
}

RecurringTransaction

{
  "name",
  "starting_date",
  "ending_date",
  "frequency", // Number in days
  "amount", // Number in pennies
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment