Finance::Bank::ES::INGDirect

Check your INGDirect bank accounts from Perl
Download

Finance::Bank::ES::INGDirect Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Bruno Diaz Briere
  • Publisher web site:
  • http://search.cpan.org/~brunodiaz/

Finance::Bank::ES::INGDirect Tags


Finance::Bank::ES::INGDirect Description

Check your INGDirect bank accounts from Perl Finance::Bank::ES::INGDirect is a Perl module to check your INGDirect bank accounts from Perl.SYNOPSIS my $nif="11111111B"; my $fenac="12/12/1212"; my $pin="929999"; my @cuentas=Finance::Bank::ES::INGDirect->ver_saldos( documento=>$nif, fecha_nacimiento=>$fenac , pin=> $pin); foreach (@cuentas) { print "Desc: ".$_->{descripcion}." Num: ".$_->{numero}." Saldo: ".$_->{saldo}." "; }Check your INGDirect bank accounts from Perl. It only checks balances, but future versions will allow you to do more things. Requirements: · Perl


Finance::Bank::ES::INGDirect Related Software