Netsutie PHP Toolkit
CampaignCampaignEventType.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _default = "_default";
23 
30  const _directMail = "_directMail";
31 
38  const _email = "_email";
39 
46  const _integration = "_integration";
47 
54  const _leadNurturingEmail = "_leadNurturingEmail";
55 
62  const _other = "_other";
63 
64 }