Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
InventoryItemBinNumber.php
Go to the documentation of this file.
1
<?php
8
class
InventoryItemBinNumber
{
9
18
public
$binNumber
;
19
28
public
$onHand
;
29
38
public
$onHandAvail
;
39
48
public
$location
;
49
58
public
$preferredBin
;
59
60
61
62
static
$paramtypesmap
= array(
63
64
"binNumber"
=>
"RecordRef"
,
65
66
"onHand"
=>
"string"
,
67
68
"onHandAvail"
=>
"string"
,
69
70
"location"
=>
"string"
,
71
72
"preferredBin"
=>
"boolean"
,
73
74
);
75
76
}
InventoryItemBinNumber\$onHandAvail
$onHandAvail
Definition:
InventoryItemBinNumber.php:38
InventoryItemBinNumber\$onHand
$onHand
Definition:
InventoryItemBinNumber.php:28
InventoryItemBinNumber
Definition:
InventoryItemBinNumber.php:8
InventoryItemBinNumber\$binNumber
$binNumber
Definition:
InventoryItemBinNumber.php:18
InventoryItemBinNumber\$paramtypesmap
static $paramtypesmap
Definition:
InventoryItemBinNumber.php:62
InventoryItemBinNumber\$preferredBin
$preferredBin
Definition:
InventoryItemBinNumber.php:58
InventoryItemBinNumber\$location
$location
Definition:
InventoryItemBinNumber.php:48
Generated by
dreamxtream
using
1.8.10