Netsutie PHP Toolkit
InitializeRecord.php
Go to the documentation of this file.
1 <?php
9 
18  public $type;
19 
28  public $reference;
29 
38  public $auxReference;
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "type" => "InitializeType",
55 
56  "reference" => "InitializeRef",
57 
58  "auxReference" => "InitializeAuxRef",
59 
60  "referenceList" => "InitializeRefList",
61 
62  );
63 
64 }