Netsutie PHP Toolkit
CampaignResponseResponse.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _bounced = "_bounced";
23 
30  const _clickedThru = "_clickedThru";
31 
38  const _purchased = "_purchased";
39 
46  const _received = "_received";
47 
54  const _responded = "_responded";
55 
62  const _sent = "_sent";
63 
70  const _subscribed = "_subscribed";
71 
78  const _unsubscribed = "_unsubscribed";
79 
80 }