Documentation

InventoryListsType
in package

Class representing InventoryListsType.

XSD Type: inventoryListsType

Table of Contents

Properties

$inventoryListsDetail  : array<string|int, InventoryListsItemType>
$inventoryListsHeader  : InventoryListsHeaderType|null
$version  : string|null

Methods

addToInventoryListsDetail()  : self
Adds as inventoryListsItem.
getInventoryListsDetail()  : array<string|int, InventoryListsItemType>
Gets as inventoryListsDetail.
getInventoryListsHeader()  : InventoryListsHeaderType
Gets as inventoryListsHeader.
getVersion()  : string
Gets as version.
issetInventoryListsDetail()  : bool
isset inventoryListsDetail.
setInventoryListsDetail()  : self
Sets a new inventoryListsDetail.
setInventoryListsHeader()  : self
Sets a new inventoryListsHeader.
setVersion()  : self
Sets a new version.
unsetInventoryListsDetail()  : void
unset inventoryListsDetail.

Properties

Methods

issetInventoryListsDetail()

isset inventoryListsDetail.

public issetInventoryListsDetail(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

unsetInventoryListsDetail()

unset inventoryListsDetail.

public unsetInventoryListsDetail(int|string $index) : void
Parameters
$index : int|string

        
On this page

Search results