Netsutie PHP Toolkit
DataCenterUrls.php
Go to the documentation of this file.
1 <?php
9 
18  public $restDomain;
19 
29 
38  public $systemDomain;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "restDomain" => "string",
45 
46  "webservicesDomain" => "string",
47 
48  "systemDomain" => "string",
49 
50  );
51 
52 }