NAME
Prty::Fibu::Buchung - Fibu-Buchung
BASE CLASS
METHODS
Konstruktor
new() - Instantiiere Buchungs-Objekt
Synopsis
$buc = $class->new(@attVal);
Arguments
Description
Instantiiere ein Buchungs-Objekt und liefere eine Referenz auf dieses Objekt zurück.
Objektmethoden
betragZahl() - Liefere den Buchungsbetrag als Zahl
Synopsis
$betr = $buc->betragZahl;
Returns
Buchungsbetrag (Float)
VERSION
1.121
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2017 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.