More code for bunq import, must now wait for reply from bunq itself

This commit is contained in:
James Cole
2017-08-19 16:46:06 +02:00
parent 4694e31e35
commit c4fe9a6a51
6 changed files with 267 additions and 0 deletions

View File

@@ -134,4 +134,13 @@ class UserPerson extends BunqObject
// echo '</pre>';
}
/**
* @return int
*/
public function getId(): int
{
return $this->id;
}
}