Netsutie PHP Toolkit
ManufacturingCostDetail.php
Go to the documentation of this file.
1 <?php
9 
18  public $costCategory;
19 
28  public $item;
29 
38  public $fixedRate;
39 
48  public $runRate;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "costCategory" => "RecordRef",
55 
56  "item" => "RecordRef",
57 
58  "fixedRate" => "float",
59 
60  "runRate" => "float",
61 
62  );
63 
64 }