TypeRoundType
in package
Class representing TypeRoundType.
XSD Type: typeRound
Table of Contents
- $priceRound : float|null
- Celková suma zaokrouhlení.
- $priceRoundSum : float|null
- $priceRoundSumVAT : float|null
- $rateVATround : float|null
- getPriceRound() : float
- Gets as priceRound.
- getPriceRoundSum() : float
- Gets as priceRoundSum.
- getPriceRoundSumVAT() : float
- Gets as priceRoundSumVAT.
- getRateVATround() : float
- Gets as rateVATround.
- setPriceRound() : self
- Sets a new priceRound.
- setPriceRoundSum() : self
- Sets a new priceRoundSum.
- setPriceRoundSumVAT() : self
- Sets a new priceRoundSumVAT.
- setRateVATround() : self
- Sets a new rateVATround.
Properties
$priceRound
Celková suma zaokrouhlení.
private
float|null
$priceRound
= null
$priceRoundSum
private
float|null
$priceRoundSum
= null
$priceRoundSumVAT
private
float|null
$priceRoundSumVAT
= null
$rateVATround
private
float|null
$rateVATround
= null
Methods
getPriceRound()
Gets as priceRound.
public
getPriceRound() : float
Celková suma zaokrouhlení.
Return values
float —getPriceRoundSum()
Gets as priceRoundSum.
public
getPriceRoundSum() : float
Return values
float —getPriceRoundSumVAT()
Gets as priceRoundSumVAT.
public
getPriceRoundSumVAT() : float
Return values
float —getRateVATround()
Gets as rateVATround.
public
getRateVATround() : float
Return values
float —setPriceRound()
Sets a new priceRound.
public
setPriceRound(float $priceRound) : self
Celková suma zaokrouhlení.
Parameters
- $priceRound : float
Return values
self —setPriceRoundSum()
Sets a new priceRoundSum.
public
setPriceRoundSum(float $priceRoundSum) : self
Parameters
- $priceRoundSum : float
Return values
self —setPriceRoundSumVAT()
Sets a new priceRoundSumVAT.
public
setPriceRoundSumVAT(float $priceRoundSumVAT) : self
Parameters
- $priceRoundSumVAT : float
Return values
self —setRateVATround()
Sets a new rateVATround.
public
setRateVATround(float $rateVATround) : self
Parameters
- $rateVATround : float