VatRateType
in package
Class representing VatRateType.
XSD Type: vatRateType
Table of Contents
Properties
Methods
- __construct() : mixed
- Construct.
- __toString() : string
- Gets a string value.
- getValue() : float
- Gets as value.
- setValue() : self
- Sets a new value.
- value() : string
- Gets or sets the inner value.
Properties
$__value
private
string|null
$__value
= null
$value
Hodnota sazby DPH (pouze export).
private
float|null
$value
= null
Methods
__construct()
Construct.
public
__construct(string $value) : mixed
Parameters
- $value : string
__toString()
Gets a string value.
public
__toString() : string
Return values
stringgetValue()
Gets as value.
public
getValue() : float
Hodnota sazby DPH (pouze export).
Return values
floatsetValue()
Sets a new value.
public
setValue(float $value) : self
Hodnota sazby DPH (pouze export).
Parameters
- $value : float
Return values
selfvalue()
Gets or sets the inner value.
public
value() : string