Documentation

TypeCurrencyHomeItem2Type
in package

Class representing TypeCurrencyHomeItem2Type.

XSD Type: typeCurrencyHomeItem2

Table of Contents

$price  : float|null
Cena položky bez DPH.
$priceSum  : float|null
Celková cena (pouze pro export).
$priceVAT  : float|null
DPH.
$unitPrice  : float|null
Jednotková cena. Pokud není uvedena, bere se jako NULOVÁ.
getPrice()  : float
Gets as price.
getPriceSum()  : float
Gets as priceSum.
getPriceVAT()  : float
Gets as priceVAT.
getUnitPrice()  : float
Gets as unitPrice.
setPrice()  : self
Sets a new price.
setPriceSum()  : self
Sets a new priceSum.
setPriceVAT()  : self
Sets a new priceVAT.
setUnitPrice()  : self
Sets a new unitPrice.

Properties

$unitPrice

Jednotková cena. Pokud není uvedena, bere se jako NULOVÁ.

private float|null $unitPrice = null

Methods

getPriceSum()

Gets as priceSum.

public getPriceSum() : float

Celková cena (pouze pro export).

Return values
float

getUnitPrice()

Gets as unitPrice.

public getUnitPrice() : float

Jednotková cena. Pokud není uvedena, bere se jako NULOVÁ.

Return values
float

setPrice()

Sets a new price.

public setPrice(float $price) : self

Cena položky bez DPH.

Parameters
$price : float
Return values
self

setPriceSum()

Sets a new priceSum.

public setPriceSum(float $priceSum) : self

Celková cena (pouze pro export).

Parameters
$priceSum : float
Return values
self

setPriceVAT()

Sets a new priceVAT.

public setPriceVAT(float $priceVAT) : self

DPH.

Parameters
$priceVAT : float
Return values
self

setUnitPrice()

Sets a new unitPrice.

public setUnitPrice(float $unitPrice) : self

Jednotková cena. Pokud není uvedena, bere se jako NULOVÁ.

Parameters
$unitPrice : float
Return values
self

Search results