Netsutie PHP Toolkit
ItemFulfillmentPackage.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $packageDescr;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "packageWeight" => "float",
45 
46  "packageDescr" => "string",
47 
48  "packageTrackingNumber" => "string",
49 
50  );
51 
52 }