TypeCurrencyForeignItemType
in package
Class representing TypeCurrencyForeignItemType.
XSD Type: typeCurrencyForeignItem
Table of Contents
- $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Á.
- 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
$price
Cena ve snížené sazbě.
private
float|null
$price
= null
$priceSum
Celková cena (pouze pro export).
private
float|null
$priceSum
= null
$priceVAT
DPH.
private
float|null
$priceVAT
= null
$unitPrice
Jednotková cena. Pokud není uvedena, bere se jako NULOVÁ.
private
float|null
$unitPrice
= null
Methods
getPrice()
Gets as price.
public
getPrice() : float
Cena ve snížené sazbě.
Return values
float —getPriceSum()
Gets as priceSum.
public
getPriceSum() : float
Celková cena (pouze pro export).
Return values
float —getPriceVAT()
Gets as priceVAT.
public
getPriceVAT() : float
DPH.
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 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