Netsutie PHP Toolkit
ItemAvailability.php
Go to the documentation of this file.
1 <?php
9 
18  public $item;
19 
29 
38  public $locationId;
39 
49 
59 
68  public $reorderPoint;
69 
79 
89 
99 
109 
119 
120 
121 
122  static $paramtypesmap = array(
123 
124  "item" => "RecordRef",
125 
126  "lastQtyAvailableChange" => "dateTime",
127 
128  "locationId" => "RecordRef",
129 
130  "quantityOnHand" => "float",
131 
132  "onHandValueMli" => "float",
133 
134  "reorderPoint" => "float",
135 
136  "preferredStockLevel" => "float",
137 
138  "quantityOnOrder" => "float",
139 
140  "quantityCommitted" => "float",
141 
142  "quantityBackOrdered" => "float",
143 
144  "quantityAvailable" => "float",
145 
146  );
147 
148 }