Netsutie PHP Toolkit
SiteCategory_accounting.php
Go to the documentation of this file.
1 <?php
9 
18  public $website;
19 
28  public $category;
29 
38  public $isDefault;
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "website" => "RecordRef",
55 
56  "category" => "RecordRef",
57 
58  "isDefault" => "boolean",
59 
60  "categoryDescription" => "string",
61 
62  );
63 
64 }