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