Netsutie PHP Toolkit
CustomListCustomValue.php
Go to the documentation of this file.
1 <?php
9 
18  public $value;
19 
28  public $abbreviation;
29 
38  public $isInactive;
39 
48  public $valueId;
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "value" => "string",
65 
66  "abbreviation" => "string",
67 
68  "isInactive" => "boolean",
69 
70  "valueId" => "integer",
71 
72  "valueLanguageValueList" => "LanguageValueList",
73 
74  );
75 
76 }