Netsutie PHP Toolkit
JobPlStatement.php
Go to the documentation of this file.
1 <?php
9 
18  public $costCategory;
19 
28  public $revenue;
29 
38  public $cost;
39 
48  public $profit;
49 
58  public $margin;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "costCategory" => "string",
65 
66  "revenue" => "float",
67 
68  "cost" => "float",
69 
70  "profit" => "float",
71 
72  "margin" => "float",
73 
74  );
75 
76 }