Netsutie PHP Toolkit
InventoryAssignment Class Reference

Data Fields

 $internalId
 
 $issueInventoryNumber
 
 $receiptInventoryNumber
 
 $binNumber
 
 $toBinNumber
 
 $quantity
 
 $expirationDate
 
 $quantityAvailable
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

InventoryAssignment

Definition at line 8 of file InventoryAssignment.php.

Field Documentation

$binNumber

Definition at line 48 of file InventoryAssignment.php.

$expirationDate

Definition at line 78 of file InventoryAssignment.php.

$internalId

Definition at line 18 of file InventoryAssignment.php.

$issueInventoryNumber

Definition at line 28 of file InventoryAssignment.php.

$paramtypesmap
static
Initial value:
= array(
"internalId" => "string",
"issueInventoryNumber" => "RecordRef",
"receiptInventoryNumber" => "string",
"binNumber" => "RecordRef",
"toBinNumber" => "RecordRef",
"quantity" => "float",
"expirationDate" => "dateTime",
"quantityAvailable" => "boolean",
)

Definition at line 92 of file InventoryAssignment.php.

$quantity

Definition at line 68 of file InventoryAssignment.php.

$quantityAvailable

Definition at line 88 of file InventoryAssignment.php.

$receiptInventoryNumber

Definition at line 38 of file InventoryAssignment.php.

$toBinNumber

Definition at line 58 of file InventoryAssignment.php.


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