TypeCurrencyHomeItemRoundingType
in package
Class representing TypeCurrencyHomeItemRoundingType.
XSD Type: typeCurrencyHomeItemRounding
Table of Contents
- $price : float|null
- Cena položky bez DPH.
- $priceVAT : float|null
- DPH.
- $unitPrice : float|null
- Jednotková cena.
- getPrice() : float
- Gets as price.
- getPriceVAT() : float
- Gets as priceVAT.
- getUnitPrice() : float
- Gets as unitPrice.
- setPrice() : self
- Sets a new price.
- setPriceVAT() : self
- Sets a new priceVAT.
- setUnitPrice() : self
- Sets a new unitPrice.
Properties
$price
Cena položky bez DPH.
private
float|null
$price
= null
$priceVAT
DPH.
private
float|null
$priceVAT
= null
$unitPrice
Jednotková cena.
private
float|null
$unitPrice
= null
Methods
getPrice()
Gets as price.
public
getPrice() : float
Cena položky bez DPH.
Return values
float —getPriceVAT()
Gets as priceVAT.
public
getPriceVAT() : float
DPH.
Return values
float —getUnitPrice()
Gets as unitPrice.
public
getUnitPrice() : float
Jednotková cena.
Return values
float —setPrice()
Sets a new price.
public
setPrice(float $price) : self
Cena položky bez DPH.
Parameters
- $price : 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.
Parameters
- $unitPrice : float