Netsutie PHP Toolkit
PriceLevelSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $discountPct;
19 
28  public $externalId;
29 
38  public $internalId;
39 
48  public $isInactive;
49 
58  public $isOnline;
59 
68  public $name;
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "discountPct" => "SearchColumnDoubleField[]",
75 
76  "externalId" => "SearchColumnSelectField[]",
77 
78  "internalId" => "SearchColumnSelectField[]",
79 
80  "isInactive" => "SearchColumnBooleanField[]",
81 
82  "isOnline" => "SearchColumnBooleanField[]",
83 
84  "name" => "SearchColumnStringField[]",
85 
86  );
87 
88 }