Finance-Wesabe
view release on metacpan or search on metacpan
lib/Finance/Wesabe/Account.pm view on Meta::CPAN
=over 4
=item * content - Hashref of data from the response
=item * parent - Parent object with acces to the user agent
=back
=cut
has content => ( is => 'ro', isa => 'HashRef' );
has parent => ( is => 'ro', isa => 'Object' );
=head1 ACCOUNT INFORMATION
=over 4
=item * name
=item * id
lib/Finance/Wesabe/Profile.pm view on Meta::CPAN
=over 4
=item * content - Hashref of data from the response
=item * parent - Parent object with acces to the user agent
=back
=cut
has content => ( is => 'ro', isa => 'HashRef' );
has parent => ( is => 'ro', isa => 'Object' );
=head1 PROFILE INFORMATION
=over 4
=item * name
=item * username
lib/Finance/Wesabe/Transaction.pm view on Meta::CPAN
=over 4
=item * content - Hashref of data from the response
=item * parent - Parent object with acces to the user agent
=back
=cut
has content => ( is => 'ro', isa => 'HashRef' );
has parent => ( is => 'ro', isa => 'Object' );
=head1 TRANSACTION INFORMATION
=over 4
=item * raw_name
=item * guid
( run in 0.565 second using v1.01-cache-2.11-cpan-5f2e87ce722 )