Netsutie PHP Toolkit
AssemblyComponent.php
Go to the documentation of this file.
1 <?php
9 
18  public $item;
19 
28  public $quantity;
29 
39 
49 
59 
68  public $binNumbers;
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "item" => "RecordRef",
75 
76  "quantity" => "float",
77 
78  "quantityOnHand" => "float",
79 
80  "componentInventoryDetail" => "InventoryDetail",
81 
82  "componentNumbers" => "string",
83 
84  "binNumbers" => "string",
85 
86  );
87 
88 }