Netsutie PHP Toolkit
Status.php
Go to the documentation of this file.
1 <?php
8 class Status {
9 
18  public $statusDetail;
19 
28  public $isSuccess;
29 
30 
31 
32  static $paramtypesmap = array(
33 
34  "statusDetail" => "StatusDetail[]",
35 
36  "isSuccess" => "boolean",
37 
38  );
39 
40 }
$statusDetail
Definition: Status.php:18
$isSuccess
Definition: Status.php:28
static $paramtypesmap
Definition: Status.php:32
Definition: Status.php:8