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