Netsutie PHP Toolkit
RecordRef.php
Go to the documentation of this file.
1 <?php
8 class RecordRef extends BaseRef {
9 
18  public $internalId;
19 
28  public $externalId;
29 
38  public $type;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "internalId" => "string",
45 
46  "externalId" => "string",
47 
48  "type" => "RecordType",
49 
50  );
51 
52 }
static $paramtypesmap
Definition: RecordRef.php:42