CurrencyCashRegisterType
in package
Class representing CurrencyCashRegisterType.
XSD Type: currencyCashRegisterType
Table of Contents
- $currency : RefType|null
- Měna pokladny.
- $rate : string|null
- Kurs použitý pro valutovou pokladnu (denní/pevný).
- getCurrency() : RefType
- Gets as currency.
- getRate() : string
- Gets as rate.
- setCurrency() : self
- Sets a new currency.
- setRate() : self
- Sets a new rate.
Properties
$currency
Měna pokladny.
private
RefType|null
$currency
= null
$rate
Kurs použitý pro valutovou pokladnu (denní/pevný).
private
string|null
$rate
= null
Methods
getCurrency()
Gets as currency.
public
getCurrency() : RefType
Měna pokladny.
Return values
RefType —getRate()
Gets as rate.
public
getRate() : string
Kurs použitý pro valutovou pokladnu (denní/pevný).
Return values
string —setCurrency()
Sets a new currency.
public
setCurrency(RefType $currency) : self
Měna pokladny.
Parameters
- $currency : RefType
Return values
self —setRate()
Sets a new rate.
public
setRate(string $rate) : self
Kurs použitý pro valutovou pokladnu (denní/pevný).
Parameters
- $rate : string