Netsutie PHP Toolkit
CampaignResponseCategory.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 _clickedThrough = "_clickedThrough";
31 
38  const _failed = "_failed";
39 
46  const _purchased = "_purchased";
47 
54  const _queued = "_queued";
55 
62  const _received = "_received";
63 
70  const _responded = "_responded";
71 
78  const _sent = "_sent";
79 
86  const _subscribed = "_subscribed";
87 
94  const _unsubscribed = "_unsubscribed";
95 
96 }