Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Finance::Card::Citibank 2.02

    Download button

    No screenshots available
    Downloads: 489  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    5 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mark V. Grimes | More programs
    Perl Artistic License / FREE
    July 6th, 2011, 09:45 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Finance::Card::Citibank description

    It can check your Citigroup credit card accounts from Perl.

    Finance::Card::Citibank can check your Citigroup credit card accounts from Perl.

    SYNOPSIS

    use Finance::Card::Citibank;
    my @accounts = Finance::Card::Citibank->check_balance(
    username => "xxxxxxxxxxxx",
    password => "12345",
    );

    foreach (@accounts) {
    printf " s : %8s / %8s : USD %9.2fn",
    $_->name, $_->sort_code, $_->account_no, $_->balance;
    }


    This module provides a rudimentary interface to Citigroup online at https://www.citibank.com/us/cards/index.jsp. You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work. WWW::Mechanize is required.

    CLASS METHODS

    check_balance()

    check_balance( usename => $u, password => $p )

    Return an array of account objects, one for each of your bank accounts.


    OBJECT METHODS

    $ac->name
    $ac->sort_code
    $ac->account_no


    Return the account name, sort code and the account number. The sort code is just the name in this case, but it has been included for consistency with other Finance::Bank::* modules.

    $ac->balance

    Return the account balance as a signed floating point value.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Citigroup credit | card accounts | Perl module | Citigroup | credit | card

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM