TypeCurrencyForeignType
in package
Class representing TypeCurrencyForeignType.
XSD Type: typeCurrencyForeign
Table of Contents
Properties
- $amount : int|null
- Množství cizí měny pro kursový přepočet.
- $currency : RefType|null
- ID - odkaz na cizí měnu, IDS - kód měny.
- $priceSum : float|null
- Cena v cizí měně.
- $rate : float|null
- Kurs použitý pro výpočet částek v cizí měně.
- $round : TypeRoundType|null
- Zaokrouhlení (Pouze pro export).
Methods
- getAmount() : int
- Gets as amount.
- getCurrency() : RefType
- Gets as currency.
- getPriceSum() : float
- Gets as priceSum.
- getRate() : float
- Gets as rate.
- getRound() : TypeRoundType
- Gets as round.
- setAmount() : self
- Sets a new amount.
- setCurrency() : self
- Sets a new currency.
- setPriceSum() : self
- Sets a new priceSum.
- setRate() : self
- Sets a new rate.
- setRound() : self
- Sets a new round.
Properties
$amount
Množství cizí měny pro kursový přepočet.
private
int|null
$amount
= null
$currency
ID - odkaz na cizí měnu, IDS - kód měny.
private
RefType|null
$currency
= null
$priceSum
Cena v cizí měně.
private
float|null
$priceSum
= null
$rate
Kurs použitý pro výpočet částek v cizí měně.
private
float|null
$rate
= null
$round
Zaokrouhlení (Pouze pro export).
private
TypeRoundType|null
$round
= null
Methods
getAmount()
Gets as amount.
public
getAmount() : int
Množství cizí měny pro kursový přepočet.
Return values
intgetCurrency()
Gets as currency.
public
getCurrency() : RefType
ID - odkaz na cizí měnu, IDS - kód měny.
Return values
RefTypegetPriceSum()
Gets as priceSum.
public
getPriceSum() : float
Cena v cizí měně.
Return values
floatgetRate()
Gets as rate.
public
getRate() : float
Kurs použitý pro výpočet částek v cizí měně.
Return values
floatgetRound()
Gets as round.
public
getRound() : TypeRoundType
Zaokrouhlení (Pouze pro export).
Return values
TypeRoundTypesetAmount()
Sets a new amount.
public
setAmount(int $amount) : self
Množství cizí měny pro kursový přepočet.
Parameters
- $amount : int
Return values
selfsetCurrency()
Sets a new currency.
public
setCurrency(RefType $currency) : self
ID - odkaz na cizí měnu, IDS - kód měny.
Parameters
- $currency : RefType
Return values
selfsetPriceSum()
Sets a new priceSum.
public
setPriceSum(float $priceSum) : self
Cena v cizí měně.
Parameters
- $priceSum : float
Return values
selfsetRate()
Sets a new rate.
public
setRate(float $rate) : self
Kurs použitý pro výpočet částek v cizí měně.
Parameters
- $rate : float
Return values
selfsetRound()
Sets a new round.
public
setRound([TypeRoundType|null $round = null ]) : self
Zaokrouhlení (Pouze pro export).
Parameters
- $round : TypeRoundType|null = null