Netsutie PHP Toolkit
ItemAccountingBookDetail.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
39 
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "accountingBook" => "RecordRef",
65 
66  "revRecSchedule" => "RecordRef",
67 
68  "sameAsPrimaryRevRec" => "boolean",
69 
70  "amortizationTemplate" => "RecordRef",
71 
72  "sameAsPrimaryAmortization" => "boolean",
73 
74  );
75 
76 }