CurrencyVATType
in package
Class representing CurrencyVATType.
Hodnota sazby DPH (jen pro export). XSD Type: currencyVAT
Table of Contents
- $__value : float|null
- $rate : float|null
- __construct() : mixed
- Construct.
- __toString() : string
- Gets a string value.
- getRate() : float
- Gets as rate.
- setRate() : self
- Sets a new rate.
- value() : float
- Gets or sets the inner value.
Properties
$__value
private
float|null
$__value
= null
$rate
private
float|null
$rate
= null
Methods
__construct()
Construct.
public
__construct(float $value) : mixed
Parameters
- $value : float
Return values
mixed —__toString()
Gets a string value.
public
__toString() : string
Return values
string —getRate()
Gets as rate.
public
getRate() : float
Return values
float —setRate()
Sets a new rate.
public
setRate(float $rate) : self
Parameters
- $rate : float
Return values
self —value()
Gets or sets the inner value.
public
value() : float