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