ForeignCurrencyType
in package
Class representing ForeignCurrencyType.
XSD Type: foreignCurrencyType
Table of Contents
Properties
- $amount : int|null
- Množství cizí měny pro kurzový přepočet.
- $amountD : float|null
- Částka D (cizí měna).
- $amountMD : float|null
- Částka MD (cizí měna).
- $amountRemain : mixed|null
- Částka zůstatku (cizí měna).
- $currency : RefType|null
- ID - odkaz na cizí měnu, IDS - kód měny.
- $rate : float|null
- Kurz použitý pro výpočet částek v cízí měně.
Methods
- getAmount() : int
- Gets as amount.
- getAmountD() : float
- Gets as amountD.
- getAmountMD() : float
- Gets as amountMD.
- getAmountRemain() : mixed
- Gets as amountRemain.
- getCurrency() : RefType
- Gets as currency.
- getRate() : float
- Gets as rate.
- setAmount() : self
- Sets a new amount.
- setAmountD() : self
- Sets a new amountD.
- setAmountMD() : self
- Sets a new amountMD.
- setAmountRemain() : self
- Sets a new amountRemain.
- setCurrency() : self
- Sets a new currency.
- setRate() : self
- Sets a new rate.
Properties
$amount
Množství cizí měny pro kurzový přepočet.
private
int|null
$amount
= null
$amountD
Částka D (cizí měna).
private
float|null
$amountD
= null
$amountMD
Částka MD (cizí měna).
private
float|null
$amountMD
= null
$amountRemain
Částka zůstatku (cizí měna).
private
mixed|null
$amountRemain
= null
$currency
ID - odkaz na cizí měnu, IDS - kód měny.
private
RefType|null
$currency
= null
$rate
Kurz použitý pro výpočet částek v cízí měně.
private
float|null
$rate
= null
Methods
getAmount()
Gets as amount.
public
getAmount() : int
Množství cizí měny pro kurzový přepočet.
Return values
intgetAmountD()
Gets as amountD.
public
getAmountD() : float
Částka D (cizí měna).
Return values
floatgetAmountMD()
Gets as amountMD.
public
getAmountMD() : float
Částka MD (cizí měna).
Return values
floatgetAmountRemain()
Gets as amountRemain.
public
getAmountRemain() : mixed
Částka zůstatku (cizí měna).
getCurrency()
Gets as currency.
public
getCurrency() : RefType
ID - odkaz na cizí měnu, IDS - kód měny.
Return values
RefTypegetRate()
Gets as rate.
public
getRate() : float
Kurz použitý pro výpočet částek v cízí měně.
Return values
floatsetAmount()
Sets a new amount.
public
setAmount(int $amount) : self
Množství cizí měny pro kurzový přepočet.
Parameters
- $amount : int
Return values
selfsetAmountD()
Sets a new amountD.
public
setAmountD(float $amountD) : self
Částka D (cizí měna).
Parameters
- $amountD : float
Return values
selfsetAmountMD()
Sets a new amountMD.
public
setAmountMD(float $amountMD) : self
Částka MD (cizí měna).
Parameters
- $amountMD : float
Return values
selfsetAmountRemain()
Sets a new amountRemain.
public
setAmountRemain(mixed $amountRemain) : self
Částka zůstatku (cizí měna).
Parameters
- $amountRemain : mixed
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
selfsetRate()
Sets a new rate.
public
setRate(float $rate) : self
Kurz použitý pro výpočet částek v cízí měně.
Parameters
- $rate : float