ForeignCurrencyType
in package
Class representing ForeignCurrencyType.
XSD Type: foreignCurrencyType
Table of Contents
- $currency : RefType|null
- Cizí měna.
- $price : float|null
- Cena v cizí měně.
- getCurrency() : RefType
- Gets as currency.
- getPrice() : float
- Gets as price.
- setCurrency() : self
- Sets a new currency.
- setPrice() : self
- Sets a new price.
Properties
$currency
Cizí měna.
private
RefType|null
$currency
= null
$price
Cena v cizí měně.
private
float|null
$price
= null
Methods
getCurrency()
Gets as currency.
public
getCurrency() : RefType
Cizí měna.
Return values
RefType —getPrice()
Gets as price.
public
getPrice() : float
Cena v cizí měně.
Return values
float —setCurrency()
Sets a new currency.
public
setCurrency([RefType|null $currency = null ]) : self
Cizí měna.
Parameters
- $currency : RefType|null = null
Return values
self —setPrice()
Sets a new price.
public
setPrice(float $price) : self
Cena v cizí měně.
Parameters
- $price : float