Netsutie PHP Toolkit
InventoryNumber Class Reference
Inheritance diagram for InventoryNumber:
Record

Data Fields

 $inventoryNumber
 
 $item
 
 $status
 
 $units
 
 $expirationDate
 
 $memo
 
 $locationsList
 
 $customFieldList
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from Record
static $paramtypesmap
 

Detailed Description

InventoryNumber

Definition at line 8 of file InventoryNumber.php.

Field Documentation

$customFieldList

Definition at line 88 of file InventoryNumber.php.

$expirationDate

Definition at line 58 of file InventoryNumber.php.

$externalId

Definition at line 108 of file InventoryNumber.php.

$internalId

Definition at line 98 of file InventoryNumber.php.

$inventoryNumber

Definition at line 18 of file InventoryNumber.php.

$item

Definition at line 28 of file InventoryNumber.php.

$locationsList

Definition at line 78 of file InventoryNumber.php.

$memo

Definition at line 68 of file InventoryNumber.php.

$paramtypesmap
static
Initial value:
= array(
"inventoryNumber" => "string",
"item" => "RecordRef",
"status" => "string",
"units" => "string",
"expirationDate" => "dateTime",
"memo" => "string",
"locationsList" => "InventoryNumberLocationsList",
"customFieldList" => "CustomFieldList",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 112 of file InventoryNumber.php.

$status

Definition at line 38 of file InventoryNumber.php.

$units

Definition at line 48 of file InventoryNumber.php.


The documentation for this class was generated from the following file: