| 1 | <?php |
||
| 10 | class NordeaPersonal extends BaseAccount |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Default to clearing 3300 if no clearing is specified |
||
| 14 | */ |
||
| 15 | 31 | public function getClearingNumber() |
|
| 19 | |||
| 20 | /** |
||
| 21 | * Get personal id associated with this account number |
||
| 22 | * |
||
| 23 | * @return PersonalId |
||
| 24 | */ |
||
| 25 | 1 | public function getPersonalId() |
|
| 29 | |||
| 30 | /** |
||
| 31 | * Strip optional delimiter from serial number |
||
| 32 | * |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | 31 | public function getSerialNumber() |
|
| 39 | } |
||
| 40 |