Netsutie PHP Toolkit
PartnerPromoCode.php
Go to the documentation of this file.
1 <?php
9 
18  public $promoCode;
19 
28  public $discount;
29 
38  public $endDate;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "promoCode" => "RecordRef",
45 
46  "discount" => "string",
47 
48  "endDate" => "dateTime",
49 
50  );
51 
52 }