Documentation

CurrencyVATType
in package

Class representing CurrencyVATType.

Hodnota sazby DPH (jen pro export). XSD Type: currencyVAT

Table of Contents

Properties

$__value  : float|null
$rate  : float|null

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

Methods

__construct()

Construct.

public __construct(float $value) : mixed
Parameters
$value : float

__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
Return values
float

        
On this page

Search results