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