NAME
Finance::Bank::ID::Base - Base class for Finance::Bank::ID::BCA etc
SYNOPSIS
# Don't use this module directly, use one of its subclasses instead.
DESCRIPTION
This module provides a base implementation for Finance::Bank::ID::BCA and Finance::Bank::ID::Mandiri.
ATTRIBUTES
METHODS
new(%args)
Create a new instance.
login()
Login to netbanking site.
logout()
Logout from netbanking site.
list_accounts()
List accounts.
check_balance([$acct])
get_balance
Synonym for check_balance.
get_statement(%args)
Get account statement.
check_statement
Alias for get_statement
account_statement
Alias for get_statement
parse_statement($html_or_text, %opts)
Parse HTML/text into statement data.
AUTHOR
Steven Haryanto, <stevenharyanto at gmail.com>
COPYRIGHT & LICENSE
Copyright 2009 Steven Haryanto.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.