Netsutie PHP Toolkit
OpportunityCompetitors.php
Go to the documentation of this file.
1 <?php
9 
18  public $competitor;
19 
28  public $url;
29 
38  public $notes;
39 
48  public $strategy;
49 
58  public $winner;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "competitor" => "RecordRef",
65 
66  "url" => "string",
67 
68  "notes" => "string",
69 
70  "strategy" => "string",
71 
72  "winner" => "boolean",
73 
74  );
75 
76 }