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