Netsutie PHP Toolkit
RevRecScheduleSearchRow.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" => "RevRecScheduleSearchRowBasic",
75 
76  "appliedToTransactionJoin" => "TransactionSearchRowBasic",
77 
78  "customerJoin" => "CustomerSearchRowBasic",
79 
80  "itemJoin" => "ItemSearchRowBasic",
81 
82  "transactionJoin" => "TransactionSearchRowBasic",
83 
84  "userJoin" => "EmployeeSearchRowBasic",
85 
86  );
87 
88 }