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