Netsutie PHP Toolkit
AccountingTransactionSearch.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $accountJoin;
29 
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "basic" => "AccountingTransactionSearchBasic",
55 
56  "accountJoin" => "AccountSearchBasic",
57 
58  "revRecScheduleJoin" => "RevRecScheduleSearchBasic",
59 
60  "transactionJoin" => "TransactionSearchBasic",
61 
62  );
63 
64 }