Netsutie PHP Toolkit
RevRecScheduleSearch.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
29 
38  public $customerJoin;
39 
48  public $itemJoin;
49 
59 
68  public $userJoin;
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "basic" => "RevRecScheduleSearchBasic",
75 
76  "appliedToTransactionJoin" => "TransactionSearchBasic",
77 
78  "customerJoin" => "CustomerSearchBasic",
79 
80  "itemJoin" => "ItemSearchBasic",
81 
82  "transactionJoin" => "TransactionSearchBasic",
83 
84  "userJoin" => "EmployeeSearchBasic",
85 
86  );
87 
88 }