Finance::Bank::INGDirect

Check your "ING Direct France" accounts from Perl
Download

Finance::Bank::INGDirect Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jean-Marie Renouard
  • Publisher web site:
  • http://code.google.com/p/myrpm/

Finance::Bank::INGDirect Tags


Finance::Bank::INGDirect Description

Check your "ING Direct France" accounts from Perl Finance::Bank::INGDirect is a Perl module that provides a read-only interface to the INGDirect online banking system at https://www.ingdirect.fr/. You will need either Crypt::SSLeay installed.The interface of this module is similar to other Finance::Bank::* modules.SYNOPSIS use Finance::Bank::INGDirect; my @accounts = Finance::Bank::INGDirect->check_balance( ACN => "167845", PIN => "1234", JOUR => "25", # Day of birthday MOIS => "8", # month of birthday ANNEE => "1952" # year of birthday ); foreach my $account (@accounts) { print "Name: ", $account->name, " Account_no: ", $account->account_no, " ", "*" x 80, " "; print $_->as_string, " " foreach $account->statements; } Requirements: · Perl


Finance::Bank::INGDirect Related Software