Netsutie PHP Toolkit
GlobalAccountMappingSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $classJoin;
29 
39 
49 
58  public $locationJoin;
59 
69 
79 
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "basic" => "GlobalAccountMappingSearchRowBasic",
95 
96  "classJoin" => "ClassificationSearchRowBasic",
97 
98  "departmentJoin" => "DepartmentSearchRowBasic",
99 
100  "destinationAccountJoin" => "AccountSearchRowBasic",
101 
102  "locationJoin" => "LocationSearchRowBasic",
103 
104  "sourceAccountJoin" => "AccountSearchRowBasic",
105 
106  "subsidiaryJoin" => "SubsidiarySearchRowBasic",
107 
108  "customSearchJoin" => "CustomSearchRowBasic[]",
109 
110  );
111 
112 }