| Finance-Wesabe documentation | view source | Contained in the Finance-Wesabe distribution. |
Finance::Wesabe::Transaction - Class to represent a transaction
my $txn = Finance::Wesabe::Transaction->new(
content => $c, parent => $p
);
This class represents a single transaction for a given account.
Returns the transaction amount in a nicely formatted string based on your preferenes.
Returns a boolean indicating if this transaction is a transfer.
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. |