Netsutie PHP Toolkit
ItemAccountMappingSearch.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" => "ItemAccountMappingSearchBasic",
95 
96  "classJoin" => "ClassificationSearchBasic",
97 
98  "departmentJoin" => "DepartmentSearchBasic",
99 
100  "destinationAccountJoin" => "AccountSearchBasic",
101 
102  "locationJoin" => "LocationSearchBasic",
103 
104  "sourceAccountJoin" => "AccountSearchBasic",
105 
106  "subsidiaryJoin" => "SubsidiarySearchBasic",
107 
108  "customSearchJoin" => "CustomSearchJoin[]",
109 
110  );
111 
112 }