Netsutie PHP Toolkit
CustomizationRef.php
Go to the documentation of this file.
1 <?php
8 class CustomizationRef extends RecordRef {
9 
18  public $scriptId;
19 
20 
21 
22  static $paramtypesmap = array(
23 
24  "scriptId" => "string",
25 
26  );
27 
28 }