Documentation

ListRequestStockType
in package

Class representing ListRequestStockType.

XSD Type: listRequestStockType

Table of Contents

Properties

$requestStock  : array<string|int, RequestStockType>
Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
$restrictionData  : array<string|int, RestrictionDataType>
Omezení exportu dat.
$stockVersion  : string|null
Požadovaná verze dokladu.
$version  : string|null

Methods

addToRequestStock()  : self
Adds as requestStock.
addToRestrictionData()  : self
Adds as restrictionData.
getRequestStock()  : array<string|int, RequestStockType>
Gets as requestStock.
getRestrictionData()  : array<string|int, RestrictionDataType>
Gets as restrictionData.
getStockVersion()  : string
Gets as stockVersion.
getVersion()  : string
Gets as version.
issetRequestStock()  : bool
isset requestStock.
issetRestrictionData()  : bool
isset restrictionData.
setRequestStock()  : self
Sets a new requestStock.
setRestrictionData()  : self
Sets a new restrictionData.
setStockVersion()  : self
Sets a new stockVersion.
setVersion()  : self
Sets a new version.
unsetRequestStock()  : void
unset requestStock.
unsetRestrictionData()  : void
unset restrictionData.

Properties

$requestStock

Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.

private array<string|int, RequestStockType> $requestStock = []

Methods

addToRequestStock()

Adds as requestStock.

public addToRequestStock(RequestStockType $requestStock) : self

Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.

Parameters
$requestStock : RequestStockType
Return values
self

getRequestStock()

Gets as requestStock.

public getRequestStock() : array<string|int, RequestStockType>

Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.

Return values
array<string|int, RequestStockType>

getStockVersion()

Gets as stockVersion.

public getStockVersion() : string

Požadovaná verze dokladu.

Return values
string

issetRequestStock()

isset requestStock.

public issetRequestStock(int|string $index) : bool

Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.

Parameters
$index : int|string
Return values
bool

issetRestrictionData()

isset restrictionData.

public issetRestrictionData(int|string $index) : bool

Omezení exportu dat.

Parameters
$index : int|string
Return values
bool

setRequestStock()

Sets a new requestStock.

public setRequestStock(array<string|int, RequestStockType$requestStock) : self

Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.

Parameters
$requestStock : array<string|int, RequestStockType>
Return values
self

setStockVersion()

Sets a new stockVersion.

public setStockVersion(string $stockVersion) : self

Požadovaná verze dokladu.

Parameters
$stockVersion : string
Return values
self

setVersion()

Sets a new version.

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

unsetRequestStock()

unset requestStock.

public unsetRequestStock(int|string $index) : void

Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.

Parameters
$index : int|string

unsetRestrictionData()

unset restrictionData.

public unsetRestrictionData(int|string $index) : void

Omezení exportu dat.

Parameters
$index : int|string

        
On this page

Search results