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