PHP Classes

File: stit_readme.txt

Recommend this page to a friend!
  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: 15 years ago
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();