PriceType
in package
Class representing PriceType.
Rozepsání ceny a DPH XSD Type: priceType
Table of Contents
Properties
Methods
- 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
floatgetPriceVAT()
Gets as priceVAT.
public
getPriceVAT() : float
Částka DPH.
Return values
floatsetPrice()
Sets a new price.
public
setPrice(float $price) : self
Částka v příslušné sazbě.
Parameters
- $price : float
Return values
selfsetPriceVAT()
Sets a new priceVAT.
public
setPriceVAT(float $priceVAT) : self
Částka DPH.
Parameters
- $priceVAT : float