Netsutie PHP Toolkit
CouponCodeSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $code;
19 
28  public $dateSent;
29 
38  public $id;
39 
48  public $internalId;
49 
58  public $promotion;
59 
68  public $recipient;
69 
78  public $useCount;
79 
88  public $used;
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "code" => "SearchColumnStringField[]",
95 
96  "dateSent" => "SearchColumnDateField[]",
97 
98  "id" => "SearchColumnLongField[]",
99 
100  "internalId" => "SearchColumnSelectField[]",
101 
102  "promotion" => "SearchColumnStringField[]",
103 
104  "recipient" => "SearchColumnStringField[]",
105 
106  "useCount" => "SearchColumnLongField[]",
107 
108  "used" => "SearchColumnBooleanField[]",
109 
110  );
111 
112 }