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