Finance::OFX::Response - An OFX-specific subclass of L.


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

Index


NAME

Top

Finance::OFX::Response - An OFX-specific subclass of HTTP::Response.

SYNOPSIS

Top

 use Finance::OFX::Response

 my $r = OFX::Response->from_http_response($response);

DESCRIPTION

Top

Finance::OFX::Response encapsulates information about an OFX Financial Institution.

CONSTRUCTOR

Top

$r = Finance::OFX::Response->new( %options )

Constructs a new Finance::OFX::Response object and returns it. This is merely a default constructor that does nothing in particular. Don't use it.

$r = Finance::OFX::Response->from_http_response( $response )

Converts the given HTTP::Response object into an Finance::OFX::Response object and uses Finance::OFX::Parse to parse the response content.

ATTRIBUTES

Top

$r->ofx
$r->ofx( $fid )

Get/Set the OFX branch of the parsed content tree.

$r->ofx_header
$r->ofx_header( $fi )

Get/Set the OFX header branch of the parsed content tree.

$r->signon_status_code( $fi )

Get the status code from the SONRS block.

SEE ALSO

Top

Finance::OFX::Parse HTTP::Response 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.