CurrencyVATType
in package
Class representing CurrencyVATType.
Hodnota sazby DPH (jen pro export). XSD Type: currencyVAT
Table of Contents
Properties
Methods
- __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
__toString()
Gets a string value.
public
__toString() : string
Return values
stringgetRate()
Gets as rate.
public
getRate() : float
Return values
floatsetRate()
Sets a new rate.
public
setRate(float $rate) : self
Parameters
- $rate : float
Return values
selfvalue()
Gets or sets the inner value.
public
value() : float