Netsutie PHP Toolkit
SessionResponse.php
Go to the documentation of this file.
1 <?php
9 
18  public $status;
19 
28  public $userId;
29 
38  public $wsRoleList;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "status" => "Status",
45 
46  "userId" => "RecordRef",
47 
48  "wsRoleList" => "WsRoleList",
49 
50  );
51 
52 }