Netsutie PHP Toolkit
InventoryDetailSearchBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $binNumber;
19 
28  public $externalId;
29 
39 
48  public $internalId;
49 
59 
69 
78  public $quantity;
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "binNumber" => "SearchMultiSelectField",
85 
86  "externalId" => "SearchMultiSelectField",
87 
88  "externalIdString" => "SearchStringField",
89 
90  "internalId" => "SearchMultiSelectField",
91 
92  "internalIdNumber" => "SearchLongField",
93 
94  "inventoryNumber" => "SearchMultiSelectField",
95 
96  "quantity" => "SearchDoubleField",
97 
98  );
99 
100 }