add ticket installment
This commit is contained in:
@@ -39,7 +39,17 @@ class GiroDETSTATetel extends GiroBase {
|
||||
$this->detstaUzenetSorszam = new GiroUzenetsorszam ();
|
||||
}
|
||||
public function toString() {
|
||||
return $this->recordTipus . $this->szamKitolt ( $this->tetelSorszam, 6 ) . $this->szamKitolt ( $this->osszeg, 10 ) . $this->eredetiTetelElszamolasiDatuma . $this->visszajelzesInformacio . $this->feldolgozasDatum . $this->terhelesiDatum . $this->szovegKitolt ( $this->valaszHivatkozasiKod, 29 ) . $this->szovegKitolt ( $this->eredetiHivatkozasiKod, 29 ) . $this->szovegKitolt ( $this->ugyfelAzonosito, 29 );
|
||||
return $this->recordTipus
|
||||
. $this->szamKitolt ( $this->tetelSorszam, 6 )
|
||||
. $this->szamKitolt ( $this->osszeg, 10 )
|
||||
. $this->eredetiTetelElszamolasiDatuma
|
||||
. $this->visszajelzesInformacio
|
||||
. $this->feldolgozasDatum
|
||||
. $this->terhelesiDatum
|
||||
. $this->szovegKitolt ( $this->valaszHivatkozasiKod, 29 )
|
||||
. $this->szovegKitolt ( $this->eredetiHivatkozasiKod, 29 )
|
||||
. $this->szovegKitolt ( $this->ugyfelAzonosito, 24 )
|
||||
. $this->rekordVege();
|
||||
}
|
||||
|
||||
public static function parse($row) {
|
||||
|
||||
Reference in New Issue
Block a user