Netsutie PHP Toolkit
WorkOrderIssueComponent.php
Go to the documentation of this file.
1 <?php
9 
18  public $item;
19 
29 
38  public $quantity;
39 
49 
58  public $lineNumber;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "item" => "RecordRef",
65 
66  "operationSequenceNumber" => "integer",
67 
68  "quantity" => "float",
69 
70  "componentInventoryDetail" => "InventoryDetail",
71 
72  "lineNumber" => "integer",
73 
74  );
75 
76 }