Netsutie PHP Toolkit
Contact.php
Go to the documentation of this file.
1 <?php
8 class Contact extends Record {
9 
18  public $customForm;
19 
28  public $entityId;
29 
39 
48  public $company;
49 
58  public $salutation;
59 
68  public $firstName;
69 
78  public $middleName;
79 
88  public $lastName;
89 
98  public $title;
99 
108  public $phone;
109 
118  public $fax;
119 
128  public $email;
129 
139 
148  public $isPrivate;
149 
158  public $isInactive;
159 
168  public $subsidiary;
169 
179 
189 
198  public $altEmail;
199 
208  public $officePhone;
209 
218  public $homePhone;
219 
228  public $mobilePhone;
229 
238  public $supervisor;
239 
249 
258  public $assistant;
259 
269 
278  public $comments;
279 
289 
298  public $image;
299 
308  public $billPay;
309 
318  public $dateCreated;
319 
329 
339 
349 
359 
368  public $internalId;
369 
378  public $externalId;
379 
380 
381 
382  static $paramtypesmap = array(
383 
384  "customForm" => "RecordRef",
385 
386  "entityId" => "string",
387 
388  "contactSource" => "RecordRef",
389 
390  "company" => "RecordRef",
391 
392  "salutation" => "string",
393 
394  "firstName" => "string",
395 
396  "middleName" => "string",
397 
398  "lastName" => "string",
399 
400  "title" => "string",
401 
402  "phone" => "string",
403 
404  "fax" => "string",
405 
406  "email" => "string",
407 
408  "defaultAddress" => "string",
409 
410  "isPrivate" => "boolean",
411 
412  "isInactive" => "boolean",
413 
414  "subsidiary" => "RecordRef",
415 
416  "phoneticName" => "string",
417 
418  "categoryList" => "CategoryList",
419 
420  "altEmail" => "string",
421 
422  "officePhone" => "string",
423 
424  "homePhone" => "string",
425 
426  "mobilePhone" => "string",
427 
428  "supervisor" => "RecordRef",
429 
430  "supervisorPhone" => "string",
431 
432  "assistant" => "RecordRef",
433 
434  "assistantPhone" => "string",
435 
436  "comments" => "string",
437 
438  "globalSubscriptionStatus" => "GlobalSubscriptionStatus",
439 
440  "image" => "RecordRef",
441 
442  "billPay" => "boolean",
443 
444  "dateCreated" => "dateTime",
445 
446  "lastModifiedDate" => "dateTime",
447 
448  "addressbookList" => "ContactAddressbookList",
449 
450  "subscriptionsList" => "SubscriptionsList",
451 
452  "customFieldList" => "CustomFieldList",
453 
454  "internalId" => "string",
455 
456  "externalId" => "string",
457 
458  );
459 
460 }
$internalId
Definition: Contact.php:368
$supervisor
Definition: Contact.php:238
$phoneticName
Definition: Contact.php:178
static $paramtypesmap
Definition: Contact.php:382
$mobilePhone
Definition: Contact.php:228
$assistantPhone
Definition: Contact.php:268
$externalId
Definition: Contact.php:378
$dateCreated
Definition: Contact.php:318
$defaultAddress
Definition: Contact.php:138
$contactSource
Definition: Contact.php:38
$customFieldList
Definition: Contact.php:358
$salutation
Definition: Contact.php:58
$homePhone
Definition: Contact.php:218
$subscriptionsList
Definition: Contact.php:348
$globalSubscriptionStatus
Definition: Contact.php:288
$supervisorPhone
Definition: Contact.php:248
$firstName
Definition: Contact.php:68
$categoryList
Definition: Contact.php:188
$lastName
Definition: Contact.php:88
$isPrivate
Definition: Contact.php:148
$officePhone
Definition: Contact.php:208
$subsidiary
Definition: Contact.php:168
$lastModifiedDate
Definition: Contact.php:328
$customForm
Definition: Contact.php:18
$middleName
Definition: Contact.php:78
$entityId
Definition: Contact.php:28
$company
Definition: Contact.php:48
Definition: Record.php:8
$assistant
Definition: Contact.php:258
$addressbookList
Definition: Contact.php:338
$isInactive
Definition: Contact.php:158