Netsutie PHP Toolkit
InventoryNumberLocations.php
Go to the documentation of this file.
1 <?php
9 
18  public $location;
19 
29 
39 
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "location" => "string",
65 
66  "quantityOnHand" => "float",
67 
68  "quantityAvailable" => "float",
69 
70  "quantityOnOrder" => "float",
71 
72  "quantityInTransit" => "float",
73 
74  );
75 
76 }