Documentation

TypeCurrencyForeignItemType
in package

Class representing TypeCurrencyForeignItemType.

XSD Type: typeCurrencyForeignItem

Table of Contents

Properties

$price  : float|null
Cena ve snížené sazbě.
$priceSum  : float|null
Celková cena (pouze pro export).
$priceVAT  : float|null
DPH.
$unitPrice  : float|null
Jednotková cena. Pokud není uvedena, bere se jako NULOVÁ.

Methods

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

Methods

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 ve snížené sazbě.

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

        
On this page

Search results