Documentation

ForeignCurrencyType
in package

Class representing ForeignCurrencyType.

XSD Type: foreignCurrencyType

Table of Contents

Properties

$currency  : RefType|null
Cizí měna.
$price  : float|null
Cena v cizí měně.

Methods

getCurrency()  : RefType
Gets as currency.
getPrice()  : float
Gets as price.
setCurrency()  : self
Sets a new currency.
setPrice()  : self
Sets a new price.

Properties

Methods

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
Return values
self

        
On this page

Search results