Skip to content

Instantly share code, notes, and snippets.

@mcsee
Created September 3, 2020 23:15
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 mcsee/2ee0069b851c3500a6fae00c8ee14458 to your computer and use it in GitHub Desktop.
Save mcsee/2ee0069b851c3500a6fae00c8ee14458 to your computer and use it in GitHub Desktop.
<?
class Movement {
public $party;
public $counterparty;
public $amount;
public $date;
public $isDataOK = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment