Login   Register  
PHP Classes
elePHPant
Icontem

File: stit_readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sergey Shilko  >  Ultimate Free UPS Pack  >  stit_readme.txt  >  Download  
File: stit_readme.txt
Role: Documentation
Content type: text/plain
Description: UPS Time In Transit Calculator
Class: Ultimate Free UPS Pack
Retrieve UPS shipping information
Author: By
Last change:
Date: 2008-06-24 06:21
Size: 509 bytes
 

Contents

Class file image Download
UPS Time In Transit Calculator


Sample Usage:

            $tit = new c_package_timeintransit();
            $tit->initialize($licenceN,$userid,$pass);
            $tit->setPackageProperty('KGS','Kilograms',$wvalue_total,'USD',$curr_value);
            $tit->setShipFrom($from_city,$from_state,$from_zip,$from_country);
            $tit->setShipTo($toCountry,$toZip);
            $tit->c_package_timeintransit_do();
            #debug($tit->debug());
            $response=$tit->get_response();