add kulcsok, add tartós beszedés, add ticket type with intallments
This commit is contained in:
16
common/components/giro/GiroBankszamla.php
Normal file
16
common/components/giro/GiroBankszamla.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace common\components\giro;
|
||||
|
||||
use common\components\giro\GiroBase;
|
||||
|
||||
class GiroBankszamla extends GiroBase{
|
||||
|
||||
// public $bankszerv;
|
||||
public $szamlaszam;
|
||||
|
||||
|
||||
public function toString(){
|
||||
return $this->szovegKitolt( $this->szamlaszam, 24 );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user