| Finance-Wesabe documentation | view source | Contained in the Finance-Wesabe distribution. |
Finance::Wesabe::Account - Class to represent a wesabe account
my $account = Finance::Wesabe::Account->new(
content => $c, parent => $p
);
This modules provides access to your basic account information, including individual transactions.
Returns a list of Finance::Wesabe::Transaction objects for transactions associated with this account.
Returns your balance in a nicely formatted string based on your preferenes.
Brian Cassidy <bricas@cpan.org>
Copyright 2009-2010 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Finance-Wesabe documentation | view source | Contained in the Finance-Wesabe distribution. |