The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quiq::Fibu::Buchung - Fibu-Buchung

BASE CLASS

Quiq::Hash

METHODS

Konstruktor

new() - Instantiiere Buchungs-Objekt

Synopsis

    $buc = $class->new(@attVal);

Arguments

@attVal

Attribut/Wert-Paare.

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.130

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2019 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.