Documentation

VatRateType
in package

Class representing VatRateType.

XSD Type: vatRateType

Table of Contents

$__value  : string|null
$value  : float|null
Hodnota sazby DPH (pouze export).
__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

Hodnota sazby DPH (pouze export).

private float|null $value = null

Methods

__construct()

Construct.

public __construct(string $value) : mixed
Parameters
$value : string
Return values
mixed

__toString()

Gets a string value.

public __toString() : string
Return values
string

getValue()

Gets as value.

public getValue() : float

Hodnota sazby DPH (pouze export).

Return values
float

setValue()

Sets a new value.

public setValue(float $value) : self

Hodnota sazby DPH (pouze export).

Parameters
$value : float
Return values
self

value()

Gets or sets the inner value.

public value() : string
Return values
string

Search results