Netsutie PHP Toolkit
InventoryItemBinNumber.php
Go to the documentation of this file.
1 <?php
9 
18  public $binNumber;
19 
28  public $onHand;
29 
38  public $onHandAvail;
39 
48  public $location;
49 
58  public $preferredBin;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "binNumber" => "RecordRef",
65 
66  "onHand" => "string",
67 
68  "onHandAvail" => "string",
69 
70  "location" => "string",
71 
72  "preferredBin" => "boolean",
73 
74  );
75 
76 }