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