Netsutie PHP Toolkit
ListOrRecordRef.php
Go to the documentation of this file.
1 <?php
9 
18  public $name;
19 
28  public $internalId;
29 
38  public $externalId;
39 
48  public $typeId;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "name" => "string",
55 
56  "internalId" => "string",
57 
58  "externalId" => "string",
59 
60  "typeId" => "string",
61 
62  );
63 
64 }