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