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