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