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

NAME

Business::DE::Konto - German Bank-Account data

AUTHOR

Tina Mueller

METHODS

new

Contructor

check

Returns 1 if the account number check was valid or 0. This method should not be used as not all check methods have been implemented.

get_zip

Returns zipcode of the bank

get_blz

Returns blz of the bank.

get_bankname

Returns name of the bank institute

get_location

Reutrns Location (City, ...) of the bank.

get_account_no

Returns account number.

get_method

Returns the checkmethod for this bank.

get_bic

Returns BIC (Bank Identifier Code) of the bank.

getErrors

Returns error codes.

printErrors

Returns human readable error messages.

COPYRIGHT AND LICENSE

Copyright (C) 2005-2006 by Tina Mueller

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.