Netsutie PHP Toolkit
RevRecTemplateRecurrence.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $periodOffset;
29 
38  public $recamount;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "incomeaccount" => "RecordRef",
45 
46  "periodOffset" => "integer",
47 
48  "recamount" => "string",
49 
50  );
51 
52 }