Netsutie PHP Toolkit
ItemBinNumberSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $binNumber;
19 
28  public $location;
29 
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "binNumber" => "SearchColumnSelectField[]",
55 
56  "location" => "SearchColumnSelectField[]",
57 
58  "quantityAvailable" => "SearchColumnDoubleField[]",
59 
60  "quantityOnHand" => "SearchColumnDoubleField[]",
61 
62  );
63 
64 }