Documentation

StockItemType
in package

Class representing StockItemType.

XSD Type: stockItemType

Table of Contents

Properties

$currency  : RefType|null
ID - odkaz na cizí měnu, IDS - kod měny.
$discountPercentage  : float|null
Sleva v procentech.
$id  : int|null
ID skladové zásoby.
$ids  : string|null
Kód skladové zásoby.
$individualPrice  : float|null
Individuální cena skladové zásoby.
$name  : string|null
Název skladové zásoby.
$payVAT  : string|null
Cena je uvedena: bez DPH, včetně DPH.
$price  : float|null
Cena skladové zásoby.
$storage  : RefTypeStorageType|null
Členění skladu.

Methods

getCurrency()  : RefType
Gets as currency.
getDiscountPercentage()  : float
Gets as discountPercentage.
getId()  : int
Gets as id.
getIds()  : string
Gets as ids.
getIndividualPrice()  : float
Gets as individualPrice.
getName()  : string
Gets as name.
getPayVAT()  : string
Gets as payVAT.
getPrice()  : float
Gets as price.
getStorage()  : RefTypeStorageType
Gets as storage.
setCurrency()  : self
Sets a new currency.
setDiscountPercentage()  : self
Sets a new discountPercentage.
setId()  : self
Sets a new id.
setIds()  : self
Sets a new ids.
setIndividualPrice()  : self
Sets a new individualPrice.
setName()  : self
Sets a new name.
setPayVAT()  : self
Sets a new payVAT.
setPrice()  : self
Sets a new price.
setStorage()  : self
Sets a new storage.

Properties

$discountPercentage

Sleva v procentech.

private float|null $discountPercentage = null

$ids

Kód skladové zásoby.

private string|null $ids = null

$individualPrice

Individuální cena skladové zásoby.

private float|null $individualPrice = null

$name

Název skladové zásoby.

private string|null $name = null

$payVAT

Cena je uvedena: bez DPH, včetně DPH.

private string|null $payVAT = null

$price

Cena skladové zásoby.

private float|null $price = null

Methods

getDiscountPercentage()

Gets as discountPercentage.

public getDiscountPercentage() : float

Sleva v procentech.

Return values
float

getId()

Gets as id.

public getId() : int

ID skladové zásoby.

Return values
int

getIds()

Gets as ids.

public getIds() : string

Kód skladové zásoby.

Return values
string

getIndividualPrice()

Gets as individualPrice.

public getIndividualPrice() : float

Individuální cena skladové zásoby.

Return values
float

getName()

Gets as name.

public getName() : string

Název skladové zásoby.

Return values
string

getPayVAT()

Gets as payVAT.

public getPayVAT() : string

Cena je uvedena: bez DPH, včetně DPH.

Return values
string

getPrice()

Gets as price.

public getPrice() : float

Cena skladové zásoby.

Return values
float

setCurrency()

Sets a new currency.

public setCurrency([RefType|null $currency = null ]) : self

ID - odkaz na cizí měnu, IDS - kod měny.

Parameters
$currency : RefType|null = null
Return values
self

setDiscountPercentage()

Sets a new discountPercentage.

public setDiscountPercentage(float $discountPercentage) : self

Sleva v procentech.

Parameters
$discountPercentage : float
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID skladové zásoby.

Parameters
$id : int
Return values
self

setIds()

Sets a new ids.

public setIds(string $ids) : self

Kód skladové zásoby.

Parameters
$ids : string
Return values
self

setIndividualPrice()

Sets a new individualPrice.

public setIndividualPrice(float $individualPrice) : self

Individuální cena skladové zásoby.

Parameters
$individualPrice : float
Return values
self

setName()

Sets a new name.

public setName(string $name) : self

Název skladové zásoby.

Parameters
$name : string
Return values
self

setPayVAT()

Sets a new payVAT.

public setPayVAT(string $payVAT) : self

Cena je uvedena: bez DPH, včetně DPH.

Parameters
$payVAT : string
Return values
self

setPrice()

Sets a new price.

public setPrice(float $price) : self

Cena skladové zásoby.

Parameters
$price : float
Return values
self

        
On this page

Search results