PriceType
in package
Class representing PriceType.
Rozepsání ceny a DPH XSD Type: priceType
Table of Contents
- $price : float|null
- Částka v příslušné sazbě.
- $priceVAT : float|null
- Částka DPH.
- getPrice() : float
- Gets as price.
- getPriceVAT() : float
- Gets as priceVAT.
- setPrice() : self
- Sets a new price.
- setPriceVAT() : self
- Sets a new priceVAT.
Properties
$price
Částka v příslušné sazbě.
private
float|null
$price
= null
$priceVAT
Částka DPH.
private
float|null
$priceVAT
= null
Methods
getPrice()
Gets as price.
public
getPrice() : float
Částka v příslušné sazbě.
Return values
float —getPriceVAT()
Gets as priceVAT.
public
getPriceVAT() : float
Částka DPH.
Return values
float —setPrice()
Sets a new price.
public
setPrice(float $price) : self
Částka v příslušné sazbě.
Parameters
- $price : float
Return values
self —setPriceVAT()
Sets a new priceVAT.
public
setPriceVAT(float $priceVAT) : self
Částka DPH.
Parameters
- $priceVAT : float