NAME

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

SYNOPSIS

use Finance::OFX::Account

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

DESCRIPTION

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

CONSTRUCTOR

$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

$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

http://ofx.net

WARNING

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

Brandon Fosdick, <bfoz@bfoz.net>

COPYRIGHT AND LICENSE

Copyright 2008 Brandon Fosdick <bfoz@bfoz.net>

This software is provided under the terms of the BSD License.