Netsutie PHP Toolkit
EmployeeSubscriptions.php
Go to the documentation of this file.
1 <?php
9 
18  public $subscribed;
19 
28  public $subscription;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "subscribed" => "string",
45 
46  "subscription" => "string",
47 
48  "lastModifiedDate" => "dateTime",
49 
50  );
51 
52 }