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