Finance::OFX::Account - Object representation of an account at an Open


p5-Finance-OFX documentation  | view source Contained in the p5-Finance-OFX distribution.

Index


NAME

Top

Finance::OFX::Account - Object representation of an account at an Open Financial Exchange Financial Institution

SYNOPSIS

Top

 use Finance::OFX::Account

 my $acct = OFX::Account->new(URL => $url);
 $acct->language($lang);
 $acct->org($org);

DESCRIPTION

Top

Finance::OFX::Account encapsulates information about an account held at an OFX Financial Institution.

CONSTRUCTOR

Top

$acct = Finance::OFX::Account->new( %options )

Constructs a new Finance::OFX::Account object and returns it. Key/value pair arguments may be provided to set up the initial state. The following options are recognized:

   Key			Default
   -----------		--------------------
   FID			undef
   ID			undef
   Type			undef

ATTRIBUTES

Top

$acct->fid
$acct->fid( $fid )

Get/Set the Financial Institution's FID.

$acct->id
$acct->id( $id )

Get/Set the Account ID. Most people would call this an Account Number, but the OFX spec calls it an ID and treats it as a string.

$acct->type
$acct->type( $user )

Get/Set the account type.

SEE ALSO

Top

http://ofx.net

WARNING

Top

From Finance::Bank::LloydsTSB:

This is code for online banking, and that means your money, and that means BE CAREFUL. You are encouraged, nay, expected, to audit the source of this module yourself to reassure yourself that I am not doing anything untoward with your banking data. This software is useful to me, but is provided under NO GUARANTEE, explicit or implied.

AUTHOR

Top

Brandon Fosdick, <bfoz@bfoz.net>

COPYRIGHT AND LICENSE

Top


p5-Finance-OFX documentation  | view source Contained in the p5-Finance-OFX distribution.