Finance::Wesabe::Account - Class to represent a wesabe account


Finance-Wesabe documentation  | view source Contained in the Finance-Wesabe distribution.

Index


NAME

Top

Finance::Wesabe::Account - Class to represent a wesabe account

SYNOPSIS

Top

    my $account = Finance::Wesabe::Account->new(
        content => $c, parent => $p
    );

DESCRIPTION

Top

This modules provides access to your basic account information, including individual transactions.

ACCESSORS

Top

* content - Hashref of data from the response
* parent - Parent object with acces to the user agent

ACCOUNT INFORMATION

Top

* name
* id
* guid
* txaction_count
* account_type
* account_number
* newest_txaction - A DateTime object
* oldest_txaction - A DateTime object
* last_uploaded_at - A DateTime object
* balance

METHODS

Top

transactions( )

Returns a list of Finance::Wesabe::Transaction objects for transactions associated with this account.

pretty_balance( )

Returns your balance in a nicely formatted string based on your preferenes.

AUTHOR

Top

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


Finance-Wesabe documentation  | view source Contained in the Finance-Wesabe distribution.