NAME
Finance::Bank::Postbank_de::APIv1::Account - Postbank Account
SYNOPSIS
for my $account ($bp->get_accounts()) {
print $account->productType;
print $account->name;
print $account->iban;
print $account->currency;
print $account->amount;
}
ACCESSORS
accountHolder
name
iban
currency
amount
productType
METHODS
->transactions
Returns the transactions in this account as a list of Finance::Bank::Postbank_de::APIv1::Transaction objects.
->transactions_csv
->transactions_xml
->is_depot
Returns true if the account is a brokerage account.
->is_mortgage
Returns true if the account is a mortgage repayment account ("Baufinanzierung").
->is_checking
Returns true if the account is a simple checking account.
->is_savings
Returns true if the account is a simple savings account.
->is_calldeposit
Returns true if the account is a call deposit account.
AUTHOR
Max Maischein, <corion@cpan.org>
SEE ALSO
REPOSITORY
The public repository of this module is https://github.com/Corion/Finance-Bank-Postbank_de.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Finance-Bank-Postbank_de or via mail to finance-bank-postbank_de-Bugs@rt.cpan.org.
COPYRIGHT (c)
Copyright 2003-2019 by Max Maischein corion@cpan.org
.
LICENSE
This module is released under the same terms as Perl itself.