NAME
Finance::Bank::IE::MBNA - Finance::Bank interface for MBNA (Ireland)
DESCRIPTION
This module implements the Finance::Bank 'API' for MBNA (Ireland)'s online credit card service.
$self->login( [config]
Attempt to log in, using specified config or cached config. Returns undef on failure.
$self->check_balance()
Fetch all account balances from the account summary page. Returns an array of Finance::Bank::IE::MBNA::Account objects.
$self->account_details( account [,config] )
Return transaction details from the specified account
$self->parse_account_summary
Internal function to parse account summary pages.