Bin
extends Record
in package
Table of Contents
- $binNumber : string
- $customFieldList : CustomFieldList
- $externalId : string
- $internalId : string
- $isInactive : bool
- $location : RecordRef
- $memo : string
- $nullFieldList : NullField
- $paramtypesmap : mixed
Properties
$binNumber
public
string
$binNumber
$customFieldList
public
CustomFieldList
$customFieldList
$externalId
public
string
$externalId
$internalId
public
string
$internalId
$isInactive
public
bool
$isInactive
$location
public
RecordRef
$location
$memo
public
string
$memo
$nullFieldList
public
NullField
$nullFieldList
$paramtypesmap
public
static mixed
$paramtypesmap
= array("binNumber" => "string", "location" => "RecordRef", "memo" => "string", "isInactive" => "boolean", "customFieldList" => "CustomFieldList", "internalId" => "string", "externalId" => "string")