Netsutie PHP Toolkit
Location.php
Go to the documentation of this file.
1 <?php
8 class Location extends Record {
9 
18  public $name;
19 
28  public $parent;
29 
39 
49 
58  public $isInactive;
59 
68  public $tranPrefix;
69 
78  public $mainAddress;
79 
89 
98  public $logo;
99 
109 
119 
129 
139 
148  public $internalId;
149 
158  public $externalId;
159 
160 
161 
162  static $paramtypesmap = array(
163 
164  "name" => "string",
165 
166  "parent" => "RecordRef",
167 
168  "includeChildren" => "boolean",
169 
170  "subsidiaryList" => "RecordRefList",
171 
172  "isInactive" => "boolean",
173 
174  "tranPrefix" => "string",
175 
176  "mainAddress" => "Address",
177 
178  "returnAddress" => "Address",
179 
180  "logo" => "RecordRef",
181 
182  "makeInventoryAvailable" => "boolean",
183 
184  "makeInventoryAvailableStore" => "boolean",
185 
186  "classTranslationList" => "ClassTranslationList",
187 
188  "customFieldList" => "CustomFieldList",
189 
190  "internalId" => "string",
191 
192  "externalId" => "string",
193 
194  );
195 
196 }
$customFieldList
Definition: Location.php:138
$subsidiaryList
Definition: Location.php:48
$returnAddress
Definition: Location.php:88
$classTranslationList
Definition: Location.php:128
$includeChildren
Definition: Location.php:38
static $paramtypesmap
Definition: Location.php:162
$mainAddress
Definition: Location.php:78
$makeInventoryAvailableStore
Definition: Location.php:118
Definition: Record.php:8
$makeInventoryAvailable
Definition: Location.php:108