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