NAME
Billing::Allopass::Infos - A simple class for infos retrieving from provided Allopass HTML code
SYNOPSIS
use Business::PhoneBill::Allopass::Infos;
my $ap='<table... .../table>'; # Allopass HTML code
my $hapnfo=Business::PhoneBill::Allopass::Infos->new(\$ap);
print $hapnfo->doc_id;
DESCRIPTION
CONSTRUCTOR
- new - Class constructor.
-
Business::PhoneBill::Allopass::Infos->new($ap);
OR
Business::PhoneBill::Allopass::Infos->new(\$ap); # Prefered way
PROPERTIES
- site_id - Retrieves the site id.
- doc_id - Retrieves the document id.
- paliers - Array of countries.
- palier - Provides ID for given country.
METHODS
- link_num gives the Allopass's call number page http address for given country
- link_cc gives the Allopass's credit card page http address for given language
AUTHOR
Bernard Nauwelaerts <bpn#it-development%be>
LICENSE
GPL. Enjoy ! See COPYING for further informations on the GPL.